]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix messages in EMC VMAX driver with no translation
authorJay S. Bryant <jsbryant@us.ibm.com>
Wed, 19 Nov 2014 21:01:10 +0000 (15:01 -0600)
committerJay S. Bryant <jsbryant@us.ibm.com>
Sat, 22 Nov 2014 17:09:41 +0000 (11:09 -0600)
commitcc77eb2bda4959740a89ad5986cac7f57c94f78a
tree41907db217bed372a683e173b850962a2af56c32
parentc0fb19e96ee4c22212fd72ec44933ce282dbe014
Fix messages in EMC VMAX driver with no translation

There were a number of messages in the EMC VMAX driver
for LOG.info, LOG.error and LOG.warning that had no translation
marker on them.  This patch adds the appropriate _LI, _LE or _LW
marker so that the message will be translated.  Since there is
a separate effort to add in the log level markers going on I
did not attempt, in this patch, to address that issue.  Just
thought we should get translation on the messages that were missing it.

Change-Id: If6ac19369b303466afdec98589afa80ac46ad0f2
cinder/volume/drivers/emc/emc_vmax_common.py
cinder/volume/drivers/emc/emc_vmax_fc.py
cinder/volume/drivers/emc/emc_vmax_masking.py