neutron/neutron/tests
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
..
api Fix default RBAC policy quota 2015-12-03 14:03:44 -08:00
common Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
contrib Remove lbaas cruft from neutron gate_hook 2015-12-02 17:15:53 -07:00
etc Fix Neutron flavor framework 2015-11-19 11:27:05 -08:00
fullstack Merge "Moved fullstack test doc content to TESTING.rst" 2015-12-08 02:46:57 +00:00
functional Merge "Skip keepalived_respawns test" 2015-12-14 14:57:56 +00:00
retargetable Fixed a bunch of typos throughout Neutron 2015-10-30 08:54:41 -05:00
tempest Optimize "open" method with context manager 2015-12-02 11:10:31 +00:00
unit Tune _get_candidates for faster scheduling in dvr 2015-12-15 09:54:38 -08:00
var Allow combined certificate/key files for SSL 2014-04-13 09:22:23 +00:00
__init__.py Add eventlet monkey_patch helper 2015-03-24 08:44:00 -07:00
base.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
fake_notifier.py Pass serializer to oslo.messaging Notifier 2014-06-20 14:58:28 +02:00
post_mortem_debug.py Cleanup recent generalization in post mortem debugger 2014-12-04 15:28:11 +01:00
tools.py test_db_base_plugin_v2: Skip a few tests on some platforms 2015-10-13 09:32:01 +09:00