]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Cleanup unused conf variables
authorMichael Still <mikal@stillhq.com>
Tue, 16 Feb 2016 00:24:43 +0000 (11:24 +1100)
committerMichael Still <mikal@stillhq.com>
Tue, 16 Feb 2016 00:26:06 +0000 (11:26 +1100)
commitfdc2c5d86a85410a587cbf89bd59f798db70d0aa
tree57dc5fadd2f4e799757c5ac4afdb2eaea3e7615c
parent67dd18df5bce39cddc84769c8f16a9ee0e4144c7
Cleanup unused conf variables

I noticed in nova that we had a lot of unused conf variables. I
wondered if this was a thing in other projects as well. Turns out
it is.

Change-Id: I2424e32dd4ad61881d9b6a0449e12937ea8151e0
20 files changed:
cinder/api/contrib/volume_manage.py
cinder/objects/service.py
cinder/objects/volume_attachment.py
cinder/objects/volume_type.py
cinder/replication/api.py
cinder/tests/unit/api/contrib/test_volume_actions.py
cinder/tests/unit/api/v1/test_snapshot_metadata.py
cinder/tests/unit/api/v2/test_snapshot_metadata.py
cinder/tests/unit/backup/drivers/test_backup_glusterfs.py
cinder/tests/unit/backup/test_rpcapi.py
cinder/tests/unit/db/test_volume_type.py
cinder/tests/unit/scheduler/test_rpcapi.py
cinder/tests/unit/test_db_api.py
cinder/tests/unit/test_hpe_xp_fc.py
cinder/tests/unit/test_ibm_xiv_ds8k.py
cinder/tests/unit/test_netapp_nfs.py
cinder/tests/unit/test_volume_throttling.py
cinder/tests/unit/volume/flows/test_create_volume_flow.py
cinder/volume/qos_specs.py
cinder/wsgi/common.py