neutron/neutron/tests/functional/services
Slawek Kaplonski 3ae7b0f189 [DVR] Related routers should be included if are requested
In case when related dvr router is configured by L3 agent, it is first
added to the tasks queue and then processed as any other router hosted
on the L3 agent.
But if L3 agent will ask neutron server about details of such router,
it wasn't returned back as this router wasn't really scheduled to the
compute node which was asking for it. It was "only" related to some
other router scheduled to this compute node. Because of that router's
info wasn't found in reply from the neutron-server and L3 agent was
removing it from the compute node.

Now _get_router_ids_for_agent method from the l3_dvrscheduler_db module
will check router serviceable ports for each dvr router hosted on the
compute node and will then find all routers related to it. Thanks to
that it will return routers which are on the compute node only because
of other related routers scheduled to this host and such router will not
be deleted anymore.

Change-Id: I689d5135b7194475c846731d846ccf6b25b80b4a
Closes-Bug: #1884527
(cherry picked from commit 38286dbd2e)
2020-07-10 13:30:14 +00:00
..
conntrack_helper Conntrack Helper - Plugin 2019-08-29 10:41:04 +02:00
l3_router [DVR] Related routers should be included if are requested 2020-07-10 13:30:14 +00:00
logapi Drop of_interface option 2019-05-24 10:33:48 +02:00
portforwarding Random IP for concurrent create pf and update_port 2019-03-21 23:25:28 +08:00
trunk ovsdb monitor: handle modified ports 2020-03-23 10:49:49 +00:00
__init__.py Add high-level functional/integration DVR tests 2015-08-19 18:01:16 -04:00