diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-01-09 07:58:16 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-01-09 07:58:16 +0000 |
commit | 32cf601fc16d2de0a9e227bebebcbabc9fef5fb1 (patch) | |
tree | e273106d777032b098089582b1f8bab713446b27 /nova/config.py | |
parent | 579c5860ab167a80e31ac1b64464b664f9d9cfcb (diff) | |
parent | b4af87863485b1dd074ba9f639f5cf5c78fa8fa1 (diff) | |
download | nova-32cf601fc16d2de0a9e227bebebcbabc9fef5fb1.tar.gz nova-32cf601fc16d2de0a9e227bebebcbabc9fef5fb1.tar.xz nova-32cf601fc16d2de0a9e227bebebcbabc9fef5fb1.zip |
Merge "Move scheduler_topic into nova.scheduler.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 c3eeb9ba2..450bf402a 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('scheduler_topic', - default='scheduler', - help='the topic scheduler nodes listen on'), cfg.ListOpt('enabled_apis', default=['ec2', 'osapi_compute', 'metadata'], help='a list of APIs to enable by default'), |