Fix OAM network name in SDNC VM 01/8201/1
authorMarco Platania <platania@research.att.com>
Mon, 21 Aug 2017 19:45:45 +0000 (15:45 -0400)
committerMarco Platania <platania@research.att.com>
Mon, 21 Aug 2017 19:45:45 +0000 (15:45 -0400)
Change-Id: Ia8d22144f94ba104595bf33a8e080a5f9471aad2
Issue-ID: UCA-33
Signed-off-by: Marco Platania <platania@research.att.com>
heat/ONAP/onap_openstack.yaml

index fad4c4b..10396c2 100644 (file)
@@ -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