]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Replace FLAGS with cfg.CONF in other modules, unless tests
authorSergey Vilgelm <svilgelm@mirantis.com>
Thu, 13 Jun 2013 07:25:37 +0000 (11:25 +0400)
committerSergey Vilgelm <svilgelm@mirantis.com>
Thu, 13 Jun 2013 09:11:36 +0000 (13:11 +0400)
commit1fcbd01d640b6a0631db14635f971e078f45b0ce
tree73a041d09b3582dedb7efdfea4d3369432246399
parent74f25c7d521464a351f9e65dec09fd2e90bc4792
Replace FLAGS with cfg.CONF in other modules, unless tests

Replace all the FLAGS with cfg.CONF in cinder/
Large commit was split into several parts

Change-Id: Iacd645997a0c50aa47079c856e1b4e33e3001243
Fixes: bug #1182037
16 files changed:
cinder/backup/__init__.py
cinder/backup/api.py
cinder/backup/manager.py
cinder/backup/rpcapi.py
cinder/backup/services/swift.py
cinder/brick/iscsi/iscsi.py
cinder/exception.py
cinder/image/glance.py
cinder/image/image_utils.py
cinder/manager.py
cinder/policy.py
cinder/quota.py
cinder/service.py
cinder/transfer/api.py
cinder/utils.py
cinder/wsgi.py