issues
search
midokura
/
neutron
Quantum is a virtual network service for Openstack, and a part of Netstack.
http://openstack.org
Apache License 2.0
2
stars
3
forks
source link
Clean up routes on FIP disassociation.
#56
Closed
JoeMido
closed
10 years ago
JoeMido
commented
10 years ago
The update of the floatingip_db was happening before the disassociation, so the disassociation happened on new data.
The old data was required to identify the router_id.
This fix changes the order of the disassociation and the floatingip_db update.
Fixes MN-985 Signed-off-by: Joe Mills joe@midokura.com
Fixes MN-985 Signed-off-by: Joe Mills joe@midokura.com