]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Amend unused variables to assist pylint testing
authorMike Mason <mikemason010@gmail.com>
Fri, 17 Oct 2014 10:46:26 +0000 (10:46 +0000)
committerMike Mason <mikemason010@gmail.com>
Thu, 30 Oct 2014 16:23:57 +0000 (16:23 +0000)
commitd499f57d25cdb0c835746ed88cbdcfbf3c1757e3
tree4b8c7a74b1b43dc87ec88f40ca82a79e64110b8c
parent9a13288cd2a2c69e7e6271f9db777d884973375f
Amend unused variables to assist pylint testing

Amedning unused variables with a prefix of an underscore to prevent them
being picked up in pylint testing, consistency, and for general housekeeping.
Change to pylintrc also required to enforce the rule.

Closes-bug #1268062

Change-Id: I80c2cbdc52d6f37823fae90d0096836166412643
35 files changed:
cinder/backup/drivers/swift.py
cinder/brick/initiator/linuxfc.py
cinder/brick/initiator/linuxscsi.py
cinder/brick/iscsi/iscsi.py
cinder/brick/local_dev/lvm.py
cinder/brick/remotefs/remotefs.py
cinder/common/config.py
cinder/db/sqlalchemy/api.py
cinder/image/glance.py
cinder/image/image_utils.py
cinder/tests/api/openstack/test_wsgi.py
cinder/tests/brick/test_brick_connector.py
cinder/tests/image/test_glance.py
cinder/tests/test_backup_ceph.py
cinder/tests/test_backup_swift.py
cinder/tests/test_glusterfs.py
cinder/tests/test_gpfs.py
cinder/tests/test_migrations.py
cinder/tests/test_quota.py
cinder/tests/test_storwize_svc.py
cinder/tests/test_zadara.py
cinder/volume/drivers/block_device.py
cinder/volume/drivers/hds/hds.py
cinder/volume/drivers/netapp/iscsi.py
cinder/volume/drivers/netapp/nfs.py
cinder/volume/drivers/nfs.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/hp/hp_3par_fc.py
cinder/volume/drivers/sheepdog.py
cinder/volume/drivers/solidfire.py
cinder/volume/drivers/vmware/read_write_util.py
cinder/volume/drivers/vmware/vmdk.py
cinder/volume/drivers/zadara.py
pylintrc