]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use cfg's new global CONF object
authorMark McLoughlin <markmc@redhat.com>
Mon, 16 Jul 2012 20:19:55 +0000 (21:19 +0100)
committerMark McLoughlin <markmc@redhat.com>
Thu, 19 Jul 2012 16:20:18 +0000 (17:20 +0100)
commite435bca7181240b3a4e4a9a81a21266ba9a6f3e7
treef3b23cc8b5358c8e5426c42ed0e2e8e16322fb46
parent64306e87b38483c00e5055f246294f081e1f0a5b
Use cfg's new global CONF object

Cherry picks 00786bc from Nova.

Implements blueprint cfg-global-object

Replace cinder.flags.FLAGS with openstack.common.cfg.CONF.

In future, we can do a s/FLAGS/CONF/ across the codebase.

Change-Id: If213a4a5da1faf96aac82f34b18d1e0b061495c0
bin/cinder-all
bin/cinder-api
bin/cinder-manage
bin/cinder-scheduler
bin/cinder-volume
bin/clear_rabbit_queues
cinder/flags.py
cinder/openstack/common/cfg.py
cinder/test.py
cinder/tests/test_flags.py
cinder/utils.py