diff options
author | Marco Platania <platania@research.att.com> | 2017-09-22 17:12:08 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-09-22 21:13:52 +0000 |
commit | 2d0d92b90a3392fbc5d6d5e2c08ae772c76a7593 (patch) | |
tree | e0b036d809da6211a908ed1067f130869830b466 /heat/ONAP | |
parent | f587c44ed3c9ee19b060c140f6bfad5a03561225 (diff) |
Fix path to SDNC containers
Change-Id: Ia7a7b1694bd7a2a0cb3979c544490f63ad0ba45d
Issue-ID: INT-213
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/ONAP')
-rw-r--r-- | heat/ONAP/onap_openstack_float.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
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 |