]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Implementing the use of _L’x’/i18n markers
authorMike Mason <mikemason010@gmail.com>
Thu, 4 Dec 2014 09:17:57 +0000 (09:17 +0000)
committerMike Mason <mikemason010@gmail.com>
Tue, 9 Dec 2014 10:03:29 +0000 (10:03 +0000)
commit9ad858c9c9522eac8b653b633c04669b39bc2b5c
tree92baadc017951dd3ebbe16d23f6ba86453aa98d5
parent4f27af39d313b3545f419062146fb3ab2ad498d2
Implementing the use of _L’x’/i18n markers

Placing the _Lx markers back into the code. No other cleaner solution has
has been implemented. Patches will be submitted in a series of sub
directories and in a fashion that is manageable.
eighth commit of this kind
This is the last run through to pick up the ones that were missed

Change-Id: Ifd9d647175a840939bf01fa3bcecfa6384965e3b
Closes-Bug: #1384312
63 files changed:
cinder/api/__init__.py
cinder/api/extensions.py
cinder/api/openstack/wsgi.py
cinder/backup/manager.py
cinder/brick/initiator/connector.py
cinder/brick/initiator/linuxfc.py
cinder/brick/initiator/linuxscsi.py
cinder/brick/local_dev/lvm.py
cinder/common/sqlalchemyutils.py
cinder/consistencygroup/api.py
cinder/db/sqlalchemy/api.py
cinder/keymgr/barbican.py
cinder/keymgr/conf_key_mgr.py
cinder/openstack/common/request_utils.py
cinder/scheduler/host_manager.py
cinder/tests/brick/test_brick_connector.py
cinder/tests/fake_driver.py
cinder/tests/integrated/api/client.py
cinder/tests/test_fujitsu.py
cinder/tests/zonemanager/test_brcd_fc_zone_driver.py
cinder/transfer/api.py
cinder/utils.py
cinder/volume/api.py
cinder/volume/driver.py
cinder/volume/drivers/block_device.py
cinder/volume/drivers/emc/emc_vmax_iscsi.py
cinder/volume/drivers/emc/emc_vnx_cli.py
cinder/volume/drivers/emc/xtremio.py
cinder/volume/drivers/fujitsu_eternus_dx_common.py
cinder/volume/drivers/fujitsu_eternus_dx_iscsi.py
cinder/volume/drivers/fusionio/ioControl.py
cinder/volume/drivers/hitachi/hbsd_common.py
cinder/volume/drivers/hitachi/hbsd_fc.py
cinder/volume/drivers/hitachi/hbsd_horcm.py
cinder/volume/drivers/hitachi/hbsd_snm2.py
cinder/volume/drivers/huawei/huawei_t.py
cinder/volume/drivers/huawei/rest_common.py
cinder/volume/drivers/huawei/ssh_common.py
cinder/volume/drivers/ibm/gpfs.py
cinder/volume/drivers/ibm/storwize_svc/__init__.py
cinder/volume/drivers/ibm/storwize_svc/helpers.py
cinder/volume/drivers/nfs.py
cinder/volume/drivers/nimble.py
cinder/volume/drivers/prophetstor/dplcommon.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py
cinder/volume/drivers/san/hp/hp_lefthand_iscsi.py
cinder/volume/drivers/san/hp/hp_lefthand_rest_proxy.py
cinder/volume/drivers/san/san.py
cinder/volume/drivers/smbfs.py
cinder/volume/drivers/vmware/api.py
cinder/volume/drivers/vmware/vmdk.py
cinder/volume/drivers/vmware/vmware_images.py
cinder/volume/drivers/windows/windows_utils.py
cinder/volume/drivers/zadara.py
cinder/volume/drivers/zfssa/restclient.py
cinder/volume/flows/manager/create_volume.py
cinder/volume/flows/manager/manage_existing.py
cinder/volume/qos_specs.py
cinder/volume/utils.py
cinder/volume/volume_types.py
cinder/zonemanager/drivers/cisco/cisco_fc_zone_driver.py
cinder/zonemanager/utils.py