diff options
Diffstat (limited to 'nova/utils.py')
-rw-r--r-- | nova/utils.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py index ac658cd5e..2dcedb5d5 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -47,8 +47,9 @@ from eventlet.green import subprocess from eventlet import greenthread import netaddr +from oslo.config import cfg + 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 log as logging |