diff options
author | Marco Platania <platania@research.att.com> | 2017-08-11 08:10:51 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-11 08:10:51 -0400 |
commit | dab4c5e6fc3e2170896eb2df0196fe0cacbb25e0 (patch) | |
tree | 1947ad1d5c41e7f45ea341dc3ee71cfd2b9c0654 /heat/vCPE/vgw/base_vcpe_vgw_rackspace.yaml | |
parent | 53d0828fca41263f09f710046503a742b76da29c (diff) |
Fix network names in vCPE heat templates
Change-Id: I37b3574ec72c15481e2aee5ae8db7e5bff143a88
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vCPE/vgw/base_vcpe_vgw_rackspace.yaml')
-rw-r--r-- | heat/vCPE/vgw/base_vcpe_vgw_rackspace.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/vCPE/vgw/base_vcpe_vgw_rackspace.yaml b/heat/vCPE/vgw/base_vcpe_vgw_rackspace.yaml index 5438a24f..8fe5e59f 100644 --- a/heat/vCPE/vgw/base_vcpe_vgw_rackspace.yaml +++ b/heat/vCPE/vgw/base_vcpe_vgw_rackspace.yaml @@ -161,7 +161,7 @@ resources: vgw_private_0_port: type: OS::Neutron::Port properties: - network: { get_param: mux_gw_private_net_id} + network: { get_param: mux_gw_private_net_id } fixed_ips: [{"subnet": { get_param: mux_gw_private_net_id }, "ip_address": { get_param: vgw_private_ip_0 }}] vgw_private_1_port: |