summaryrefslogtreecommitdiffstats
path: root/nova/quota.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/quota.py')
-rw-r--r--nova/quota.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/quota.py b/nova/quota.py
index 1856c97c1..3361154dd 100644
--- a/nova/quota.py
+++ b/nova/quota.py
@@ -20,14 +20,14 @@
import datetime
+from oslo.config import cfg
+
from nova import db
from nova import exception
-from nova.openstack.common import cfg
from nova.openstack.common import importutils
from nova.openstack.common import log as logging
from nova.openstack.common import timeutils
-
LOG = logging.getLogger(__name__)
quota_opts = [