summaryrefslogtreecommitdiff
path: root/nova/tests/cells/test_cells_rpc_driver.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/cells/test_cells_rpc_driver.py')
-rw-r--r--nova/tests/cells/test_cells_rpc_driver.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/tests/cells/test_cells_rpc_driver.py b/nova/tests/cells/test_cells_rpc_driver.py
index a44fe93765..e5e847c122 100644
--- a/nova/tests/cells/test_cells_rpc_driver.py
+++ b/nova/tests/cells/test_cells_rpc_driver.py
@@ -16,10 +16,11 @@
Tests For Cells RPC Communication Driver
"""
+from oslo.config import cfg
+
from nova.cells import messaging
from nova.cells import rpc_driver
from nova import context
-from nova.openstack.common import cfg
from nova.openstack.common import rpc
from nova.openstack.common.rpc import dispatcher as rpc_dispatcher
from nova import test