diff options
author | Brian Freeman <bf1936@att.com> | 2017-08-03 21:18:52 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2017-08-03 21:20:56 -0500 |
commit | fad7809629acd8e24d7b0190870304e8c59de49c (patch) | |
tree | 5818aa30f95ae59cc8803c5e9c504f688fa0d3a6 /heat/vCPE | |
parent | 7ef5928d077cedf46b1e0cd9c40f4443bb640706 (diff) |
Fixed vweb port typo
Change-Id: I9f0593b6c73f6e06f02ffeaf44bf314f45d82191
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'heat/vCPE')
-rw-r--r-- | heat/vCPE/infra/base_vcpe_infra_rackspace.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |