From: Brian Freeman Date: Fri, 4 Aug 2017 02:18:52 +0000 (-0500) Subject: Fixed vweb port typo X-Git-Tag: 1.0.0-Amsterdam~236 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=fad7809629acd8e24d7b0190870304e8c59de49c;p=demo.git Fixed vweb port typo Change-Id: I9f0593b6c73f6e06f02ffeaf44bf314f45d82191 Signed-off-by: Brian Freeman --- diff --git a/heat/vCPE/infra/base_vcpe_infra_rackspace.yaml b/heat/vCPE/infra/base_vcpe_infra_rackspace.yaml index 8e93bdc5..914a202b 100644 --- a/heat/vCPE/infra/base_vcpe_infra_rackspace.yaml +++ b/heat/vCPE/infra/base_vcpe_infra_rackspace.yaml @@ -394,7 +394,7 @@ resources: network: { get_resource: cpe_public_network } fixed_ips: [{"subnet": { get_resource: cpe_public_subnet }, "ip_address": { get_param: vweb_private_ip_0 }}] - vdhcp_private_1_port: + vweb_private_1_port: type: OS::Neutron::Port properties: network: { get_param: onap_private_net_id }