neutron/neutron/tests/unit/scheduler
Swaminathan Vasudevan 5bbff07beb Tune _get_candidates for faster scheduling in dvr
Right now we have seen some performance issues when
dvr routers are scheduled on multiple compute nodes
with thousands of VMs on the routed subnets.

The _get_candidates call get_l3_agent_candidates with
a complete list of agents irrespective of the routers
already hosted on the agents or not.

So this fix will reduce the amount of iterations that
get_l3_agent_candidates need to process for all the
agents and would increase the control plane performance.

Closes-Bug: #1513678

Conflicts:

	neutron/scheduler/l3_agent_scheduler.py

Change-Id: I8f781d4cbc996ce13441303c9296e4f6ec822b94
(cherry picked from commit 411e6ff157)
2015-12-16 13:28:53 +03:00
..
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_dhcp_agent_scheduler.py Merge "Fix: Skip rescheduling networks if no DHCP agents available" 2015-08-11 20:31:29 +00:00
test_l3_agent_scheduler.py Tune _get_candidates for faster scheduling in dvr 2015-12-16 13:28:53 +03:00