summaryrefslogtreecommitdiffstats
path: root/nova/tests/scheduler/test_rpcapi.py
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-01-08 06:58:02 +0000
committerMark McLoughlin <markmc@redhat.com>2013-01-08 10:23:40 +0000
commitb4af87863485b1dd074ba9f639f5cf5c78fa8fa1 (patch)
tree2e3f38e6f6c5b4294b8c01fdd91e39f1ef2d98a8 /nova/tests/scheduler/test_rpcapi.py
parent7a5e72d80d78049c8941a7d7ac1fb72bd9ccd2d0 (diff)
downloadnova-b4af87863485b1dd074ba9f639f5cf5c78fa8fa1.tar.gz
nova-b4af87863485b1dd074ba9f639f5cf5c78fa8fa1.tar.xz
nova-b4af87863485b1dd074ba9f639f5cf5c78fa8fa1.zip
Move scheduler_topic into nova.scheduler.rpcapi
The scheduler_topic opt is only used in nova.scheduler.rpcapi and it makes sense for the RPC module to "own" the topic option. blueprint: scope-config-opts Change-Id: Iafb8705eb716b650b63e060fe1dd36666bcee812
Diffstat (limited to 'nova/tests/scheduler/test_rpcapi.py')
-rw-r--r--nova/tests/scheduler/test_rpcapi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/scheduler/test_rpcapi.py b/nova/tests/scheduler/test_rpcapi.py
index da7652a50..e9a1680a8 100644
--- a/nova/tests/scheduler/test_rpcapi.py
+++ b/nova/tests/scheduler/test_rpcapi.py
@@ -25,7 +25,6 @@ from nova.scheduler import rpcapi as scheduler_rpcapi
from nova import test
CONF = cfg.CONF
-CONF.import_opt('scheduler_topic', 'nova.config')
class SchedulerRpcAPITestCase(test.TestCase):