summaryrefslogtreecommitdiffstats
path: root/nova/service.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-02-20 08:50:18 +0000
committerGerrit Code Review <review@openstack.org>2013-02-20 08:50:18 +0000
commite37e02870216ea6de130ce3d1b2e8f642de9faf6 (patch)
treed3eef37cf671a7879303d3f693e8621c75377fe3 /nova/service.py
parent512490200e009bce3cb155fcea683e9776d67658 (diff)
parent706a1370056ffccc2c8811fc1ac0679944564ece (diff)
downloadnova-e37e02870216ea6de130ce3d1b2e8f642de9faf6.tar.gz
nova-e37e02870216ea6de130ce3d1b2e8f642de9faf6.tar.xz
nova-e37e02870216ea6de130ce3d1b2e8f642de9faf6.zip
Merge "Use oslo-config-2013.1b4"
Diffstat (limited to 'nova/service.py')
-rw-r--r--nova/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/service.py b/nova/service.py
index 3d556a202..0aa66310a 100644
--- a/nova/service.py
+++ b/nova/service.py
@@ -29,11 +29,11 @@ import time
import eventlet
import greenlet
+from oslo.config import cfg
from nova import conductor
from nova import context
from nova import exception
-from nova.openstack.common import cfg
from nova.openstack.common import eventlet_backdoor
from nova.openstack.common import importutils
from nova.openstack.common import log as logging