summaryrefslogtreecommitdiffstats
path: root/nova/tests
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 /nova/tests
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 'nova/tests')
-rw-r--r--nova/tests/network/test_rpcapi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/network/test_rpcapi.py b/nova/tests/network/test_rpcapi.py
index 032996209..90bffeeaf 100644
--- a/nova/tests/network/test_rpcapi.py
+++ b/nova/tests/network/test_rpcapi.py
@@ -25,7 +25,6 @@ from nova.openstack.common import rpc
from nova import test
CONF = cfg.CONF
-CONF.import_opt('network_topic', 'nova.config')
class NetworkRpcAPITestCase(test.TestCase):