summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-09 07:02:38 +0000
committerGerrit Code Review <review@openstack.org>2013-01-09 07:02:38 +0000
commitaa46eb0a70cfc138132ceed13ac57874249deeb0 (patch)
treeaeedee294872b3ec59b5dd8f6597af19141ba6f0 /nova/tests
parentf9029d36e8a70d85ee31eed673c625b5199030c2 (diff)
parent9714f31f37e48e9c6f0fca3b3b6e8cd047769b09 (diff)
Merge "Move cert_topic into nova.cert.rpcapi"
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/cert/test_rpcapi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/cert/test_rpcapi.py b/nova/tests/cert/test_rpcapi.py
index f61d42408..dce325354 100644
--- a/nova/tests/cert/test_rpcapi.py
+++ b/nova/tests/cert/test_rpcapi.py
@@ -25,7 +25,6 @@ from nova.openstack.common import rpc
from nova import test
CONF = cfg.CONF
-CONF.import_opt('cert_topic', 'nova.config')
class CertRpcAPITestCase(test.TestCase):