summaryrefslogtreecommitdiff
path: root/nova/tests/cells/test_cells_rpcapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/cells/test_cells_rpcapi.py')
-rw-r--r--nova/tests/cells/test_cells_rpcapi.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/tests/cells/test_cells_rpcapi.py b/nova/tests/cells/test_cells_rpcapi.py
index d19ce5b2bf..f00b1b290f 100644
--- a/nova/tests/cells/test_cells_rpcapi.py
+++ b/nova/tests/cells/test_cells_rpcapi.py
@@ -16,8 +16,9 @@
Tests For Cells RPCAPI
"""
+from oslo.config import cfg
+
from nova.cells import rpcapi as cells_rpcapi
-from nova.openstack.common import cfg
from nova.openstack.common import rpc
from nova import test