diff options
author | Marco Platania <platania@research.att.com> | 2017-05-18 10:21:36 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-05-18 10:21:36 -0400 |
commit | 2fa991c3273897940ef0d92e020daa298c68c73b (patch) | |
tree | 6190691d263f976653b484d33395e44aef0b570e /heat/vLB/dnsscaling_openstack.yaml | |
parent | bf3bb2e3d96c321d3ef8f0ed32b0600cf0736408 (diff) |
Remove floating IPs from vLB demo
Change-Id: I65603f889271b6e99f977e6700df3a1ed384456f
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vLB/dnsscaling_openstack.yaml')
-rw-r--r-- | heat/vLB/dnsscaling_openstack.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/heat/vLB/dnsscaling_openstack.yaml b/heat/vLB/dnsscaling_openstack.yaml index f184c079..4313c7bb 100644 --- a/heat/vLB/dnsscaling_openstack.yaml +++ b/heat/vLB/dnsscaling_openstack.yaml @@ -151,12 +151,6 @@ resources: network: { get_param: onap_private_net_id } fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vdns_private_ip_1 }}] -# vdns_floating_ip: -# type: OS::Neutron::FloatingIP -# properties: -# floating_network_id: { get_param: public_net_id } -# port_id: { get_resource: vdns_private_1_port } - vdns_0: type: OS::Nova::Server properties: |