neutron/neutron/tests/unit/scheduler
Swaminathan Vasudevan 7ce626b407 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
(cherry picked from commit cd0cc47a6a)
2018-11-15 17:41:26 +00:00
..
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_dhcp_agent_scheduler.py use dhcpagentscheduler api def from neutron-lib 2018-05-24 10:21:07 -06:00
test_l3_agent_scheduler.py DVR: Centralized FloatingIPs are not cleared after migration. 2018-11-15 17:41:26 +00:00