diff options
Diffstat (limited to 'heat/vLB_CDS/base_template.yaml')
-rw-r--r-- | heat/vLB_CDS/base_template.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/vLB_CDS/base_template.yaml b/heat/vLB_CDS/base_template.yaml index 1437206f..a171595f 100644 --- a/heat/vLB_CDS/base_template.yaml +++ b/heat/vLB_CDS/base_template.yaml @@ -169,4 +169,4 @@ outputs: vlb_0_mac_address: value: { get_param: vlb_0_int_pktgen_private_port_0_mac } vpg_0_mac_address: - value: { get_param: vpg_0_int_pktgen_private_port_0_mac }
\ No newline at end of file + value: { get_param: vpg_0_int_pktgen_private_port_0_mac } |