]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Wrong usage of "a"
authorhgangwx <hgangwx@cn.ibm.com>
Sat, 26 Dec 2015 12:45:17 +0000 (20:45 +0800)
committerhgangwx <hgangwx@cn.ibm.com>
Sat, 26 Dec 2015 17:18:21 +0000 (01:18 +0800)
commit98e7e991db1f9803e9395e691b34f62f7799ce50
treeaa7fdc5bb9fc9dadf84427c486f80934407a63b2
parent94d4b1594379ddedf23b802f477fefe4c38a7619
Wrong usage of "a"

Wrong usage of "a" in the mesages:
"Convert list of dicts to a indexted dict"
"Attempt to create a initiatorGroup"
"Return a empty"
"Return a object containing the parsed output"
"where volume is either a dict or a oslo_versionedobject"
"this is a update from legacy driver"

Should be:
"Convert list of dicts to an indexted dict"
"Attempt to create an initiatorGroup"
"Return an empty"
"Return an object containing the parsed output"
"where volume is either a dict or an oslo_versionedobject"
"this is an update from legacy driver"

Totally 6 occasions in Cinder base code.

Change-Id: I209fa7817f531107ae15a980f81c02fe63dd557e
cinder/image/image_utils.py
cinder/scheduler/host_manager.py
cinder/utils.py
cinder/volume/api.py
cinder/volume/drivers/emc/emc_vmax_masking.py
cinder/volume/drivers/hitachi/hnas_backend.py