summaryrefslogtreecommitdiff
path: root/nova/virt/powervm/driver.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/virt/powervm/driver.py')
-rw-r--r--nova/virt/powervm/driver.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/virt/powervm/driver.py b/nova/virt/powervm/driver.py
index 8bed966d60..5c3c1c5df2 100644
--- a/nova/virt/powervm/driver.py
+++ b/nova/virt/powervm/driver.py
@@ -17,7 +17,6 @@
from nova.compute import task_states
from nova.compute import vm_states
-from nova import config
from nova import context as nova_context
from nova.openstack.common import cfg
@@ -50,7 +49,7 @@ powervm_opts = [
help='Local directory to download glance images to'),
]
-CONF = config.CONF
+CONF = cfg.CONF
CONF.register_opts(powervm_opts)