summaryrefslogtreecommitdiff
path: root/nova/cells/messaging.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/cells/messaging.py')
-rw-r--r--nova/cells/messaging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/cells/messaging.py b/nova/cells/messaging.py
index 5c7247085e..50a673464f 100644
--- a/nova/cells/messaging.py
+++ b/nova/cells/messaging.py
@@ -25,6 +25,7 @@ The interface into this module is the MessageRunner class.
import sys
from eventlet import queue
+from oslo.config import cfg
from nova.cells import state as cells_state
from nova.cells import utils as cells_utils
@@ -32,7 +33,6 @@ from nova import compute
from nova import context
from nova.db import base
from nova import exception
-from nova.openstack.common import cfg
from nova.openstack.common import excutils
from nova.openstack.common import importutils
from nova.openstack.common import jsonutils