]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix and enable gating on F401
authorDirk Mueller <dirk@dmllr.de>
Fri, 13 Dec 2013 12:29:12 +0000 (13:29 +0100)
committerDirk Mueller <dirk@dmllr.de>
Fri, 20 Dec 2013 14:01:23 +0000 (15:01 +0100)
commit2de87b883ec0a8d7ceb2b67096423c8cb3e5d88b
tree471a17d62806fba9ddb0e7af53c04271fdf7d745
parent2c76803a63dd9486678c893f2c697c6e9826d6ac
Fix and enable gating on F401

Do not allow unused imports in modules, and remove those
that are currently unused.

Change-Id: I7600b1cce22eaef87633f98a89db2086a3ec2b55
54 files changed:
bin/cinder-all
bin/cinder-api
bin/cinder-backup
bin/cinder-clear-rabbit-queues
bin/cinder-manage
bin/cinder-scheduler
bin/cinder-volume
bin/cinder-volume-usage-audit
cinder/api/contrib/snapshot_actions.py
cinder/api/contrib/volume_encryption_metadata.py
cinder/api/openstack/__init__.py
cinder/compute/nova.py
cinder/db/sqlalchemy/migrate_repo/manage.py
cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py
cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py
cinder/exception.py
cinder/test.py
cinder/tests/api/contrib/test_snapshot_actions.py
cinder/tests/api/contrib/test_volume_type_encryption.py
cinder/tests/backup/fake_service.py
cinder/tests/brick/test_brick_connector.py
cinder/tests/brick/test_brick_linuxscsi.py
cinder/tests/brick/test_brick_remotefs.py
cinder/tests/compute/test_nova.py
cinder/tests/db/test_finish_migration.py
cinder/tests/fake_utils.py
cinder/tests/integrated/test_volumes.py
cinder/tests/scheduler/fakes.py
cinder/tests/scheduler/test_chance_weigher.py
cinder/tests/scheduler/test_scheduler.py
cinder/tests/test_conf.py
cinder/tests/test_create_volume_flow.py
cinder/tests/test_exception.py
cinder/tests/test_glusterfs.py
cinder/tests/test_iscsi.py
cinder/tests/test_netapp.py
cinder/tests/test_netapp_nfs.py
cinder/tests/test_netapp_ssc.py
cinder/tests/test_nfs.py
cinder/tests/test_sheepdog.py
cinder/tests/test_storwize_svc.py
cinder/tests/test_wsgi.py
cinder/tests/test_zadara.py
cinder/tests/utils.py
cinder/utils.py
cinder/volume/driver.py
cinder/volume/drivers/gpfs.py
cinder/volume/drivers/huawei/__init__.py
cinder/volume/drivers/huawei/huawei_utils.py
cinder/volume/drivers/san/__init__.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/hp/hp_3par_fc.py
cinder/volume/utils.py
tox.ini