neutron/neutron/tests/functional
Swaminathan Vasudevan 1f444899ca DVR: Moving router from dvr_snat node removes the qrouters
Removing the router from dvr_snat node removes the qrouters
that are servicing the VM and dhcp ports.

If there are still dvr serviceable ports in the dvr_snat node,
and if router remove command is executed to remove the router
association from the dvr_snat agent then only the snat
functionality should be moved to the the different agent
and the router namespaces should be untouched.

This patch checks if there are any dvr serviceable ports for
the dvr router and if exists, it will not send a router_remove
message to the agent, but instead will send an router_update
message to the agent.

Change-Id: I5a3ba329346ab0d5ea7b0296ec64cc8e5fb4056d
Closes-Bug: #1564575
(cherry picked from commit c198710dc5)
2016-05-20 18:02:28 +00:00
..
agent Merge "IPtables firewall prevent ICMPv6 spoofing" into stable/mitaka 2016-05-14 02:35:37 +00:00
api Fix module's import order 2016-01-22 06:38:42 -08:00
cmd get_device_by_ip: don't fail if device was deleted 2015-10-22 19:27:10 +03:00
common Switch to using neutron.common.utils:replace_file() 2015-11-16 08:44:04 +01:00
db Add UniqueConstraint in L3HARouterAgentPortBinding 2016-01-29 19:47:45 +03:00
pecan_wsgi Pecan: Allow unauthenticated version listing 2016-03-11 16:45:28 -08:00
plugins macvtap: Macvtap L2 Agent 2016-02-26 15:48:01 +00:00
sanity Check missed ip6tables utility 2016-01-04 19:19:56 +08:00
scheduler Add ALLOCATING state to routers 2016-04-14 06:28:33 +00:00
services DVR: Moving router from dvr_snat node removes the qrouters 2016-05-20 18:02:28 +00:00
__init__.py Prepare for full stack CI job 2015-06-22 11:47:54 -04:00
base.py Retain logs for functional test cases 2015-09-03 10:50:38 -04:00
requirements.txt More instructions for neutron-db-manage revision --autogenerate 2015-11-08 19:42:56 -05:00
test_server.py Fix module's import order 2016-01-22 06:38:42 -08:00
test_service.py Use SIGUSR1 to notify l3 agent of changing prefix file 2015-11-13 17:53:47 +03:00