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/vbng/base_vcpe_vbng_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/vbng/base_vcpe_vbng_rackspace.yaml')
-rw-r--r-- | heat/vCPE/vbng/base_vcpe_vbng_rackspace.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/vCPE/vbng/base_vcpe_vbng_rackspace.yaml b/heat/vCPE/vbng/base_vcpe_vbng_rackspace.yaml index 2d5f8909..d5c0eed8 100644 --- a/heat/vCPE/vbng/base_vcpe_vbng_rackspace.yaml +++ b/heat/vCPE/vbng/base_vcpe_vbng_rackspace.yaml @@ -176,7 +176,7 @@ resources: properties: name: { get_param: brgemu_bng_private_net_id } - brgemu_bng_in_private_subnet: + brgemu_bng_private_subnet: type: OS::Neutron::Subnet properties: name: { get_param: brgemu_bng_private_net_id } |