diff options
author | Mark McLoughlin <markmc@redhat.com> | 2013-01-08 06:44:36 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@redhat.com> | 2013-01-08 10:23:40 +0000 |
commit | 9714f31f37e48e9c6f0fca3b3b6e8cd047769b09 (patch) | |
tree | bf35c4917e2c63f6e263cbdcc8b71d414855a435 /nova/config.py | |
parent | 0778420dcd94b935d7c6dd075e49041e497cf462 (diff) | |
download | nova-9714f31f37e48e9c6f0fca3b3b6e8cd047769b09.tar.gz nova-9714f31f37e48e9c6f0fca3b3b6e8cd047769b09.tar.xz nova-9714f31f37e48e9c6f0fca3b3b6e8cd047769b09.zip |
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 'nova/config.py')
-rw-r--r-- | nova/config.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/config.py b/nova/config.py index 6b0ea60d6..d6f63d602 100644 --- a/nova/config.py +++ b/nova/config.py @@ -47,9 +47,6 @@ global_opts = [ cfg.StrOpt('my_ip', default=_get_my_ip(), help='ip address of this host'), - cfg.StrOpt('cert_topic', - default='cert', - help='the topic cert nodes listen on'), cfg.StrOpt('compute_topic', default='compute', help='the topic compute nodes listen on'), |