summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-01-08 06:48:04 +0000
committerMark McLoughlin <markmc@redhat.com>2013-01-08 10:23:40 +0000
commit580df542609eae01358d14f84bbeb278e8f86eac (patch)
tree8a4f33d2045df9a62031f756911eeab9a6d8e779 /bin
parent9714f31f37e48e9c6f0fca3b3b6e8cd047769b09 (diff)
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nova-network2
1 files changed, 1 insertions, 1 deletions
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)