Merge "do not set floating ip"

This commit is contained in:
Jenkins 2016-02-25 21:00:06 +00:00 committed by Gerrit Code Review
commit ee8e5abb53
1 changed files with 0 additions and 3 deletions

View File

@ -175,9 +175,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