cinder/cinder/volume/drivers/ibm
Jay S. Bryant cbe1d5f5e2 Remove str() from LOG.* and exceptions
This commit removes the use of str() from LOG.* messages
and exceptions.

The reason we need to remove str() is because str() will fail if
it gets a Unicode string that has something that doesn't translate
to ASCII in it.  If such a situation is encountered you will lose
the message string in question.  In most cases, the use of str() is
unnecessary for LOG.* and exception messages.  Using %s is smart
enough to figure out what to do with what it is passed.  It first
tries to str() it, if this fails it falls back to using unicode.  Either
way, the result will then be something that gettextutils can
handle and translate.

Change-Id: I6eb81043edd9fa5e035d81ee81e8439340546d24
Closes-bug: 1274245
Related-bp: i18n-messages
2014-03-04 14:25:10 -06:00
..
storwize_svc Remove str() from LOG.* and exceptions 2014-03-04 14:25:10 -06:00
__init__.py Storwize driver cleanup 2014-01-23 13:49:19 +02:00
gpfs.py Remove str() from LOG.* and exceptions 2014-03-04 14:25:10 -06:00
ibmnas.py Remove str() from LOG.* and exceptions 2014-03-04 14:25:10 -06:00
xiv_ds8k.py IBM XIV and DS8000 Driver reorganizing (IBM dir) 2014-02-18 10:56:43 +02:00