diff options
author | Marco Platania <platania@research.att.com> | 2017-08-21 15:45:45 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-21 15:45:45 -0400 |
commit | f3579dc9c7290ce5158843f289c9b095bb34a384 (patch) | |
tree | 71d9be7032ef6c02d76adca65e2f313d92d86171 /heat/ONAP/onap_openstack.yaml | |
parent | df0c0cf6c8eb6bc6d3e4df5c5e3275dc425f4f6f (diff) |
Fix OAM network name in SDNC VM
Change-Id: Ia8d22144f94ba104595bf33a8e080a5f9471aad2
Issue-ID: UCA-33
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/ONAP/onap_openstack.yaml')
-rw-r--r-- | heat/ONAP/onap_openstack.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index fad4c4bf..10396c26 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -995,8 +995,8 @@ resources: sdc_private_port: type: OS::Neutron::Port properties: - network: { get_resource: oam_sdc } - fixed_ips: [{"subnet": { get_resource: oam_sdc_subnet }, "ip_address": { get_param: sdc_ip_addr }}] + network: { get_resource: oam_onap } + fixed_ips: [{"subnet": { get_resource: oam_onap_subnet }, "ip_address": { get_param: sdc_ip_addr }}] sdc_floating_ip: type: OS::Neutron::FloatingIP |