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 /bin | |
| 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 'bin')
| -rwxr-xr-x | bin/nova-scheduler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-scheduler b/bin/nova-scheduler index e157eef6b..507ff3d5a 100755 --- a/bin/nova-scheduler +++ b/bin/nova-scheduler @@ -43,7 +43,7 @@ from nova import service from nova import utils CONF = cfg.CONF -CONF.import_opt('scheduler_topic', 'nova.config') +CONF.import_opt('scheduler_topic', 'nova.scheduler.rpcapi') if __name__ == '__main__': config.parse_args(sys.argv) |
