diff options
author | Jenkins <jenkins@review.openstack.org> | 2012-11-20 02:02:50 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2012-11-20 02:02:50 +0000 |
commit | 8c821c872cbec95bd48e68dc62c46030a097ce4f (patch) | |
tree | fe38ad882ef665d78f85dce46dda716a89971f08 /nova/utils.py | |
parent | 1251c02d1d3587e7762eaab1352d08cbf5baa3c4 (diff) | |
parent | 94d87bce212f91c54370784a5544f1a07625938a (diff) | |
download | nova-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.py | 2 |
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')) |