summaryrefslogtreecommitdiff
path: root/nova/config.py
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-01-08 06:52:32 +0000
committerMark McLoughlin <markmc@redhat.com>2013-01-08 10:23:40 +0000
commit7a5e72d80d78049c8941a7d7ac1fb72bd9ccd2d0 (patch)
tree99754a6ab4c180ebf935bbfd9ccdbd3168d7c62e /nova/config.py
parent580df542609eae01358d14f84bbeb278e8f86eac (diff)
downloadnova-7a5e72d80d78049c8941a7d7ac1fb72bd9ccd2d0.tar.gz
Move console_topic into nova.console.rpcapi
Even though the console_topic opt is used outside nova.console.rpcapi, it makes sense for the RPC module to "own" the topic option. blueprint: scope-config-opts Change-Id: I0f00927ca1c0bba7b21315240165e83e7075ebb7
Diffstat (limited to 'nova/config.py')
-rw-r--r--nova/config.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/config.py b/nova/config.py
index fd3d0cc668..bbea5ef834 100644
--- a/nova/config.py
+++ b/nova/config.py
@@ -50,9 +50,6 @@ global_opts = [
cfg.StrOpt('compute_topic',
default='compute',
help='the topic compute nodes listen on'),
- cfg.StrOpt('console_topic',
- default='console',
- help='the topic console proxy nodes listen on'),
cfg.StrOpt('scheduler_topic',
default='scheduler',
help='the topic scheduler nodes listen on'),