do not set floating ip

Astara floating IP hook was removed in another change[1]. We can remove
that support here.

[1] https://review.openstack.org/#/c/268286/

Change-Id: I4b99af1e8523da827c892ba67861d40dfb7fe980
This commit is contained in:
Mark McClain 2016-01-29 01:42:46 +00:00 committed by Adam Gandelman
parent b74bf37c25
commit c19cef298a
1 changed files with 0 additions and 3 deletions

View File

@ -178,9 +178,6 @@ function pre_start_astara() {
iniset $ASTARA_CONF DEFAULT external_subnet_id $public_subnet_id
neutron $auth_args subnet-create --ip-version 6 $PUBLIC_NETWORK_NAME fdee:9f85:83be::/48
# Point neutron-astara at the subnet to use for floating IPs. This requires a neutron service restart (later) to take effect.
iniset $NEUTRON_CONF astara floatingip_subnet $public_subnet_id
# setup masq rule for public network
sudo iptables -t nat -A POSTROUTING -s 172.16.77.0/24 -o $PUBLIC_INTERFACE_DEFAULT -j MASQUERADE