]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix all occurences of H404 Hacking warning
authorDirk Mueller <dirk@dmllr.de>
Sat, 29 Jun 2013 11:38:13 +0000 (13:38 +0200)
committerAvishay Traeger <avishay@il.ibm.com>
Sun, 13 Oct 2013 07:36:27 +0000 (10:36 +0300)
commit6e7ecda16636117fba7b33445f16ea74224b97ca
tree689570ec83de2214147c27b46bf6c95faa82e085
parent226b824e731ba333a8dffe6896a57f24f1f07813
Fix all occurences of H404 Hacking warning

This fixes all triggers of hacking 0.6.x's warning:
H404 - multi line docstring should start with a summary.
and enables gating check on H404.

Change-Id: I034bd1f05da3f279d8d79aa14a7f6ce8bef5047c
40 files changed:
cinder/api/contrib/admin_actions.py
cinder/api/contrib/services.py
cinder/api/middleware/sizelimit.py
cinder/api/openstack/__init__.py
cinder/api/openstack/wsgi.py
cinder/api/v1/limits.py
cinder/api/v1/router.py
cinder/api/v2/limits.py
cinder/api/v2/router.py
cinder/api/views/versions.py
cinder/api/xmlutil.py
cinder/backup/api.py
cinder/brick/remotefs/remotefs.py
cinder/context.py
cinder/db/api.py
cinder/db/sqlalchemy/api.py
cinder/keymgr/conf_key_mgr.py
cinder/keymgr/key.py
cinder/quota.py
cinder/scheduler/scheduler_options.py
cinder/tests/api/test_common.py
cinder/tests/api/v1/test_limits.py
cinder/tests/api/v1/test_snapshots.py
cinder/tests/api/v1/test_volumes.py
cinder/tests/api/v2/test_limits.py
cinder/tests/keymgr/mock_key_mgr.py
cinder/tests/scheduler/test_filter_scheduler.py
cinder/tests/scheduler/test_host_filters.py
cinder/tests/test_backup.py
cinder/tests/test_migrations.py
cinder/tests/test_netapp_nfs.py
cinder/tests/test_xiv_ds8k.py
cinder/transfer/api.py
cinder/utils.py
cinder/volume/drivers/nexenta/nfs.py
cinder/volume/drivers/san/hp/hp_3par_fc.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py
cinder/volume/drivers/zadara.py
tools/colorizer.py
tox.ini