diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-01-09 07:03:07 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-01-09 07:03:07 +0000 |
commit | 579c5860ab167a80e31ac1b64464b664f9d9cfcb (patch) | |
tree | 2ce6a5586225f8d95ba8877c9578616351c1f851 /nova/config.py | |
parent | d7b7f10855164ee0ea9cdeca21fac446ccb30b3a (diff) | |
parent | 7a5e72d80d78049c8941a7d7ac1fb72bd9ccd2d0 (diff) | |
download | nova-579c5860ab167a80e31ac1b64464b664f9d9cfcb.tar.gz nova-579c5860ab167a80e31ac1b64464b664f9d9cfcb.tar.xz nova-579c5860ab167a80e31ac1b64464b664f9d9cfcb.zip |
Merge "Move console_topic into nova.console.rpcapi"
Diffstat (limited to 'nova/config.py')
-rw-r--r-- | nova/config.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/config.py b/nova/config.py index 67b5483c3..c3eeb9ba2 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'), |