From 580df542609eae01358d14f84bbeb278e8f86eac Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 8 Jan 2013 06:48:04 +0000 Subject: Move network_topic into nova.network.rpcapi The network_topic opt is only used in nova.network.rpcapi and it makes sense for the RPC module to "own" the topic option. blueprint: scope-config-opts Change-Id: Icd779f34df47ac6dd048b3e41995e872d8859872 --- bin/nova-network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/nova-network b/bin/nova-network index 2a7ce1ffc..03472371c 100755 --- a/bin/nova-network +++ b/bin/nova-network @@ -41,7 +41,7 @@ from nova import service from nova import utils CONF = cfg.CONF -CONF.import_opt('network_topic', 'nova.config') +CONF.import_opt('network_topic', 'nova.network.rpcapi') if __name__ == '__main__': config.parse_args(sys.argv) -- cgit