diff options
Diffstat (limited to 'nova/utils.py')
-rw-r--r-- | nova/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py index f86b4ff1f..72e1cd3e0 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -46,10 +46,10 @@ from eventlet import semaphore from eventlet.green import subprocess import netaddr -from nova.common import cfg from nova import exception from nova import flags from nova import log as logging +from nova.openstack.common import cfg LOG = logging.getLogger("nova.utils") |