From 2d0d92b90a3392fbc5d6d5e2c08ae772c76a7593 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Fri, 22 Sep 2017 17:12:08 -0400 Subject: Fix path to SDNC containers Change-Id: Ia7a7b1694bd7a2a0cb3979c544490f63ad0ba45d Issue-ID: INT-213 Signed-off-by: Marco Platania --- heat/ONAP/onap_openstack_float.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'heat') diff --git a/heat/ONAP/onap_openstack_float.yaml b/heat/ONAP/onap_openstack_float.yaml index 438be715..5ee7fb7e 100644 --- a/heat/ONAP/onap_openstack_float.yaml +++ b/heat/ONAP/onap_openstack_float.yaml @@ -44,6 +44,14 @@ parameters: type: string description: Public network for floating IP address allocation + public_subnet_id: + type: string + description: Public subnet for floating IP address allocation + + router_gateway_ip: + type: string + description: Router gateway IP address + ubuntu_1404_image: type: string description: Name of the Ubuntu 14.04 image @@ -1573,7 +1581,7 @@ resources: properties: floating_network_id: { get_param: public_net_id } port_id: { get_resource: openo_private_port } - floating_ip_address: { get_param: onap_float_ip } + floating_ip_address: { get_param: openo_float_ip } openo_vm: type: OS::Nova::Server -- cgit 1.2.3-korg