diff options
Diffstat (limited to 'heat/vCPE/infra')
-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 } |