diff options
author | platania <platania@research.att.com> | 2017-03-01 11:50:36 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-03-01 11:50:36 -0500 |
commit | 607c3ad2b29b6ad0df9110970e72276847cb2efa (patch) | |
tree | c121164fb7b6fc938682afe6e8499f3928cbe9a5 /heat/vLB | |
parent | c82c2a1626a5d5e2da2bc0a0093a949cf65e8af6 (diff) |
fix double-port bug in vdns-base
Change-Id: I2da6e876a5d500844b902dbd29921058617f6434
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'heat/vLB')
-rw-r--r-- | heat/vLB/base_vlb.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/heat/vLB/base_vlb.yaml b/heat/vLB/base_vlb.yaml index d65846fc..c292f295 100644 --- a/heat/vLB/base_vlb.yaml +++ b/heat/vLB/base_vlb.yaml @@ -250,7 +250,6 @@ resources: networks: - network: { get_param: public_net_id } - port: { get_resource: vdns_private_0_port } - - port: { get_resource: vdns_private_0_port } - port: { get_resource: vdns_private_1_port } metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }} user_data_format: RAW |