From b4af87863485b1dd074ba9f639f5cf5c78fa8fa1 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 8 Jan 2013 06:58:02 +0000 Subject: 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 --- bin/nova-scheduler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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) -- cgit