diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-01-09 07:02:38 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-01-09 07:02:38 +0000 |
| commit | aa46eb0a70cfc138132ceed13ac57874249deeb0 (patch) | |
| tree | aeedee294872b3ec59b5dd8f6597af19141ba6f0 /nova/tests | |
| parent | f9029d36e8a70d85ee31eed673c625b5199030c2 (diff) | |
| parent | 9714f31f37e48e9c6f0fca3b3b6e8cd047769b09 (diff) | |
Merge "Move cert_topic into nova.cert.rpcapi"
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/cert/test_rpcapi.py | 1 |
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): |
