neutron/neutron/scheduler
Swaminathan Vasudevan 411e6ff157 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
Change-Id: I8f781d4cbc996ce13441303c9296e4f6ec822b94
2015-12-15 09:54:38 -08:00
..
__init__.py
base_resource_filter.py DHCP Service LoadBalancing Scheduler 2015-03-18 10:13:53 -07:00
base_scheduler.py Fix alignment in message and remove unused module 2015-11-26 08:16:45 +00:00
dhcp_agent_scheduler.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
l3_agent_scheduler.py Tune _get_candidates for faster scheduling in dvr 2015-12-15 09:54:38 -08:00