Fixed vweb port typo 99/6699/1
authorBrian Freeman <bf1936@att.com>
Fri, 4 Aug 2017 02:18:52 +0000 (21:18 -0500)
committerBrian Freeman <bf1936@att.com>
Fri, 4 Aug 2017 02:20:56 +0000 (21:20 -0500)
Change-Id: I9f0593b6c73f6e06f02ffeaf44bf314f45d82191
Signed-off-by: Brian Freeman <bf1936@att.com>
heat/vCPE/infra/base_vcpe_infra_rackspace.yaml

index 8e93bdc..914a202 100644 (file)
@@ -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 }