summaryrefslogtreecommitdiffstats
path: root/nova/network/driver.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/network/driver.py')
-rw-r--r--nova/network/driver.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/network/driver.py b/nova/network/driver.py
index 2a9218898..47d043e09 100644
--- a/nova/network/driver.py
+++ b/nova/network/driver.py
@@ -16,7 +16,8 @@
import sys
-from nova.openstack.common import cfg
+from oslo.config import cfg
+
from nova.openstack.common import importutils
from nova.openstack.common import log as logging