From 607c3ad2b29b6ad0df9110970e72276847cb2efa Mon Sep 17 00:00:00 2001 From: platania Date: Wed, 1 Mar 2017 11:50:36 -0500 Subject: [PATCH] fix double-port bug in vdns-base Change-Id: I2da6e876a5d500844b902dbd29921058617f6434 Signed-off-by: platania --- heat/vLB/base_vlb.yaml | 1 - 1 file changed, 1 deletion(-) 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 -- 2.16.6