summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-11-20 02:02:50 +0000
committerGerrit Code Review <review@openstack.org>2012-11-20 02:02:50 +0000
commit8c821c872cbec95bd48e68dc62c46030a097ce4f (patch)
treefe38ad882ef665d78f85dce46dda716a89971f08 /nova/utils.py
parent1251c02d1d3587e7762eaab1352d08cbf5baa3c4 (diff)
parent94d87bce212f91c54370784a5544f1a07625938a (diff)
downloadnova-8c821c872cbec95bd48e68dc62c46030a097ce4f.tar.gz
nova-8c821c872cbec95bd48e68dc62c46030a097ce4f.tar.xz
nova-8c821c872cbec95bd48e68dc62c46030a097ce4f.zip
Merge "Remove nova.config.CONF"
Diffstat (limited to 'nova/utils.py')
-rw-r--r--nova/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py
index 38fdc6f0f..a872a6c26 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -56,7 +56,7 @@ from nova.openstack.common import timeutils
LOG = logging.getLogger(__name__)
-CONF = config.CONF
+CONF = cfg.CONF
CONF.register_opt(
cfg.BoolOpt('disable_process_locking', default=False,
help='Whether to disable inter-process locks'))