summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-01-08 06:44:36 +0000
committerMark McLoughlin <markmc@redhat.com>2013-01-08 10:23:40 +0000
commit9714f31f37e48e9c6f0fca3b3b6e8cd047769b09 (patch)
treebf35c4917e2c63f6e263cbdcc8b71d414855a435 /bin
parent0778420dcd94b935d7c6dd075e49041e497cf462 (diff)
Move cert_topic into nova.cert.rpcapi
The cert_topic opt is only used in nova.cert.rpcapi and it makes sense for the RPC module to "own" the topic option. blueprint: scope-config-opts Change-Id: If3584b8e1984e0425d9f33133f9d291739b04d49
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nova-cert2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-cert b/bin/nova-cert
index 8488d09ea..113b06510 100755
--- a/bin/nova-cert
+++ b/bin/nova-cert
@@ -39,7 +39,7 @@ from nova import service
from nova import utils
CONF = cfg.CONF
-CONF.import_opt('cert_topic', 'nova.config')
+CONF.import_opt('cert_topic', 'nova.cert.rpcapi')
if __name__ == '__main__':
config.parse_args(sys.argv)