From c19cef298ac893b39f399db8731db050f93b9c57 Mon Sep 17 00:00:00 2001 From: Mark McClain Date: Fri, 29 Jan 2016 01:42:46 +0000 Subject: [PATCH] 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 --- devstack/plugin.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 83b408e2..2d2d1d55 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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