]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Replace FLAGS with cfg.CONF in volume
authorSergey Vilgelm <svilgelm@mirantis.com>
Thu, 13 Jun 2013 09:06:25 +0000 (13:06 +0400)
committerSergey Vilgelm <svilgelm@mirantis.com>
Thu, 13 Jun 2013 09:28:55 +0000 (13:28 +0400)
commit523b5298abd6ebedab536f67f610095aa5cd9bfc
tree4281ddc37faf148a399e3da0eecb46910a502f76
parent74f25c7d521464a351f9e65dec09fd2e90bc4792
Replace FLAGS with cfg.CONF in volume

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

Change-Id: I435fe91f414fda027531076bdbcb6660a3c635af
Fixes: bug #1182037
cinder/volume/api.py
cinder/volume/configuration.py
cinder/volume/drivers/hds/hds.py
cinder/volume/drivers/windows.py
cinder/volume/drivers/zadara.py
cinder/volume/rpcapi.py
cinder/volume/utils.py
cinder/volume/volume_types.py