neutron/neutron/tests/unit/scheduler
Oleg Bondarev 249549379c DVR: on new port only send router update on port's host
When new DVR serviceable port appears on new node we need
to update node's l3 agent with all routers which have the
port's subnets, including connected routers.
We don't need to update all nodes hosting these routers.
It costs us much as all l3 agents then go back to neutron server
and request routers info for no good reason.
This was one of the main issues with DVR at scale fixed in Mitaka.

Change-Id: I99d01d7bf29f236eff0f80d1ae8659f64ac55d39
Related-Bug: #1830456
(cherry picked from commit 52529bc949)
2019-06-18 04:29:47 +00:00
..
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_dhcp_agent_scheduler.py Clean MissingAuthPlugin from unit tests 2017-05-02 16:49:51 +00:00
test_l3_agent_scheduler.py DVR: on new port only send router update on port's host 2019-06-18 04:29:47 +00:00