]> 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, 6 Nov 2014 13:37:37 +0000 (13:37 +0000)
committerMike Mason <mikemason010@gmail.com>
Tue, 11 Nov 2014 10:32:06 +0000 (10:32 +0000)
commitabedc103430ee5d0fc34a1228cf25fe4f35baa5b
tree5cd8dc2de5c14b9695ddebb2a43ce09e453b7c8c
parent8414a9e627f50279496a4756de5f09e63a511606
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.
This is the third commit of this kind

Change-Id: I33b0bb05b1c1ea91dc5a1e93eaadceea1f23fcc9
Partial-Bug: #1384312
26 files changed:
cinder/api/contrib/backups.py
cinder/api/contrib/cgsnapshots.py
cinder/api/contrib/consistencygroups.py
cinder/api/contrib/hosts.py
cinder/api/contrib/qos_specs_manage.py
cinder/api/contrib/volume_replication.py
cinder/api/contrib/volume_transfer.py
cinder/api/contrib/volume_unmanage.py
cinder/api/extensions.py
cinder/api/middleware/fault.py
cinder/api/openstack/__init__.py
cinder/api/openstack/wsgi.py
cinder/api/v1/snapshots.py
cinder/api/v1/volumes.py
cinder/api/v2/snapshots.py
cinder/api/v2/volumes.py
cinder/brick/initiator/connector.py
cinder/brick/iscsi/iscsi.py
cinder/brick/local_dev/lvm.py
cinder/brick/remotefs/remotefs.py
cinder/exception.py
cinder/quota.py
cinder/ssh_utils.py
cinder/volume/driver.py
cinder/volume/volume_types.py
cinder/wsgi.py