From: Marco Platania Date: Mon, 21 Aug 2017 19:45:45 +0000 (-0400) Subject: Fix OAM network name in SDNC VM X-Git-Tag: 1.0.0-Amsterdam~207 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f3579dc9c7290ce5158843f289c9b095bb34a384;p=demo.git Fix OAM network name in SDNC VM Change-Id: Ia8d22144f94ba104595bf33a8e080a5f9471aad2 Issue-ID: UCA-33 Signed-off-by: Marco Platania --- 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