neutron/neutron/agent
Swaminathan Vasudevan cd0cc47a6a DVR: Centralized FloatingIPs are not cleared after migration.
With DVR routers, if a port is associated with a FloatingIP,
before it is used by a VM, the FloatingIP will be initially
started at the Network Node SNAT Namespace, since the port
is not bound to any host.

Then when the port is attached to a VM, the port gets its
host binding, and then the FloatingIP setup should be migrated
to the Compute host and the original FloatingIP in the Network
Node SNAT Namespace should be cleared.

But the original FloatingIP setup in SNAT Namespace was not
cleared by the agent.

This patch addresses the issue.

Change-Id: I55a16bcc0020087aa1abe76f5bc85cd64ccdaecd
Closes-Bug: #1796491
2018-11-13 16:25:04 -05:00
..
common Fix flake8 N534 untranslated exception message 2018-10-19 15:46:04 -04:00
dhcp Event driven periodic resync task for DHCP agents 2018-10-26 01:24:24 +08:00
l2 Reduce qos rpc times on the ovs-agent side 2018-08-16 15:59:32 +03:00
l3 DVR: Centralized FloatingIPs are not cleared after migration. 2018-11-13 16:25:04 -05:00
linux Fix flake8 N534 untranslated exception message 2018-10-19 15:46:04 -04:00
metadata Allow Ipv6 addresses for nova_metadata_host 2018-10-11 02:07:05 +00:00
ovsdb Remove deprecated vsctl ovsdb_interface api 2018-10-11 14:59:34 -04:00
windows Windows OVS: minimize polling 2018-08-14 09:54:07 +03:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
_topics.py Add binding_deactivate method to Linux bridge agent 2018-07-14 16:46:01 -05:00
agent_extensions_manager.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
dhcp_agent.py Enable mutable config in Neutron 2018-03-21 20:35:19 +00:00
firewall.py use EGRESS_DIRECTION and INGRESS_DIRECTION from neutron-lib 2018-02-23 10:36:36 -07:00
l3_agent.py Enable mutable config in Neutron 2018-03-21 20:35:19 +00:00
metadata_agent.py Remove deprecated cache_url 2017-11-10 00:47:19 -05:00
resource_cache.py Fix flake8 N534 untranslated exception message 2018-10-19 15:46:04 -04:00
rpc.py shim neutron rpc with neutron-lib 2018-08-22 11:20:53 -06:00
securitygroups_rpc.py Fix all pep8 E129 errors 2018-05-03 13:44:04 +09:00