br-vlan-eth was created but not added to any bridge, therefore floating ips
were not working as it was impossible for the OVS in the compute to get the
ARP messages coming from the gateway of the public network
Change-Id: Ia0828b7e96359dc10012ac52bf0e5d4f2c5419cb
Signed-off-by: Manuel Buil <mbuil@suse.com>
ip link add br-vlan-veth type veth peer name eth12 || true
ip link set br-vlan-veth up
ip link set eth12 up
+ brctl addif br-vlan br-vlan-veth
else
+ brctl delif br-vlan br-vlan-veth
ip link del br-vlan-veth || true
fi
fi