]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix multi-line docstrings to meet hacking rules
authorCindy Pallares <cindy.pallaresq@gmail.com>
Thu, 21 May 2015 15:54:34 +0000 (10:54 -0500)
committerCindy Pallares <cindy.pallaresq@gmail.com>
Thu, 30 Jul 2015 16:34:16 +0000 (11:34 -0500)
commitcafb5d449f7409a589db53d8d936db8fa422d679
treeb0ac5e023ab5e6b6d648ca902390bb18d3b6b73f
parent70b6ee3ab39fd2dc421b4b8c67b1066ca785d13d
Fix multi-line docstrings to meet hacking rules

According to the PEP8(H405), multi-line docstring summaries
should be separated by an empty line.

Change-Id: I5cd8a9064dcefc504e85946ecdf1f56f10145d35
Closes-bug: #1407162
80 files changed:
cinder/api/contrib/volume_actions.py
cinder/api/openstack/wsgi.py
cinder/api/urlmap.py
cinder/api/v2/limits.py
cinder/backup/chunkeddriver.py
cinder/backup/drivers/swift.py
cinder/backup/manager.py
cinder/cmd/manage.py
cinder/db/api.py
cinder/db/sqlalchemy/api.py
cinder/db/sqlalchemy/migrate_repo/versions/047_add_per_volume_quota.py
cinder/image/glance.py
cinder/keymgr/not_implemented_key_mgr.py
cinder/objects/base.py
cinder/quota.py
cinder/scheduler/filter_scheduler.py
cinder/scheduler/weights/volume_number.py
cinder/tests/unit/api/openstack/test_wsgi.py
cinder/tests/unit/api/v1/test_limits.py
cinder/tests/unit/api/v2/test_limits.py
cinder/tests/unit/scheduler/test_scheduler.py
cinder/tests/unit/targets/test_iser_driver.py
cinder/tests/unit/test_backup.py
cinder/tests/unit/test_emc_vmax.py
cinder/tests/unit/test_emc_vnxdirect.py
cinder/tests/unit/test_glusterfs.py
cinder/tests/unit/test_hp_xp_fc.py
cinder/tests/unit/test_ibm_flashsystem.py
cinder/tests/unit/test_ibm_xiv_ds8k.py
cinder/tests/unit/test_netapp.py
cinder/tests/unit/test_netapp_eseries_iscsi.py
cinder/tests/unit/test_rbd.py
cinder/tests/unit/test_srb.py
cinder/tests/unit/test_utils.py
cinder/tests/unit/test_v7000_fcp.py
cinder/tests/unit/test_volume.py
cinder/tests/unit/test_volume_types.py
cinder/tests/unit/test_zfssa.py
cinder/tests/unit/volume/drivers/netapp/eseries/fakes.py
cinder/tests/unit/volume/drivers/netapp/eseries/test_host_mapper.py
cinder/tests/unit/volume/drivers/netapp/eseries/test_library.py
cinder/utils.py
cinder/volume/api.py
cinder/volume/configuration.py
cinder/volume/driver.py
cinder/volume/drivers/cloudbyte/cloudbyte.py
cinder/volume/drivers/dell/dell_storagecenter_common.py
cinder/volume/drivers/dothill/dothill_common.py
cinder/volume/drivers/emc/emc_cli_fc.py
cinder/volume/drivers/emc/emc_cli_iscsi.py
cinder/volume/drivers/emc/emc_vmax_common.py
cinder/volume/drivers/emc/emc_vmax_iscsi.py
cinder/volume/drivers/emc/emc_vmax_utils.py
cinder/volume/drivers/emc/emc_vnx_cli.py
cinder/volume/drivers/emc/xtremio.py
cinder/volume/drivers/glusterfs.py
cinder/volume/drivers/hitachi/hnas_backend.py
cinder/volume/drivers/hitachi/hnas_iscsi.py
cinder/volume/drivers/hitachi/hnas_nfs.py
cinder/volume/drivers/ibm/flashsystem_common.py
cinder/volume/drivers/ibm/storwize_svc/__init__.py
cinder/volume/drivers/netapp/dataontap/nfs_base.py
cinder/volume/drivers/nfs.py
cinder/volume/drivers/nimble.py
cinder/volume/drivers/prophetstor/dpl_fc.py
cinder/volume/drivers/prophetstor/dplcommon.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/remotefs.py
cinder/volume/drivers/smbfs.py
cinder/volume/drivers/srb.py
cinder/volume/drivers/violin/v6000_fcp.py
cinder/volume/drivers/violin/v6000_iscsi.py
cinder/volume/drivers/windows/vhdutils.py
cinder/volume/drivers/windows/windows.py
cinder/volume/drivers/windows/windows_utils.py
cinder/volume/drivers/zfssa/restclient.py
cinder/volume/drivers/zfssa/zfssarest.py
cinder/volume/targets/cxt.py
cinder/volume/throttling.py
tox.ini