From f3579dc9c7290ce5158843f289c9b095bb34a384 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Mon, 21 Aug 2017 15:45:45 -0400 Subject: [PATCH] Fix OAM network name in SDNC VM Change-Id: Ia8d22144f94ba104595bf33a8e080a5f9471aad2 Issue-ID: UCA-33 Signed-off-by: Marco Platania --- heat/ONAP/onap_openstack.yaml | 4 ++-- 1 file 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 -- 2.16.6