]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Register agent schedulers options in one place
authorOleg Bondarev <obondarev@mirantis.com>
Mon, 8 Jul 2013 12:00:10 +0000 (16:00 +0400)
committerOleg Bondarev <obondarev@mirantis.com>
Tue, 9 Jul 2013 09:24:26 +0000 (13:24 +0400)
commit1761fce9ea94243abae0c1287312ca7ae3dd3f86
treef5bea5f4e465f798693bf09212bd239919c96c1e
parent5434abbd4cafce18d1fc075d928800200937053c
Register agent schedulers options in one place

Currently agent schedulers options are defined in neutron.scheduler and
every plugin that supports scheduling should register them individually.
It is reasonable to define and register options in one place - agentschedulers_db.

Fixes NeutronManagerTestCase when running separately by importing missing config option

Fixes bug 1198904

Change-Id: Ia9c1ad3fb4b71796401ef5507f741f3cc024a4da
neutron/db/agentschedulers_db.py
neutron/plugins/brocade/NeutronPlugin.py
neutron/plugins/linuxbridge/common/config.py
neutron/plugins/ml2/config.py
neutron/plugins/nec/common/config.py
neutron/plugins/nicira/common/config.py
neutron/plugins/openvswitch/common/config.py
neutron/scheduler/__init__.py
neutron/tests/unit/test_neutron_manager.py