cinder/cinder/brick/initiator
Sean McGinnis 976cfe77d1 Logging not using oslo.i18n guidelines (brick)
Multi-patch set for easier chunks. This one addresses
the backup and common cinder directories.

Updates have already been made to the os-brick project.

There have been quite a few instances found where the
i18n guidelines are not being followed. I believe this
has helped lead to some of the confusion around how to
correctly do this. Other developers see this code and
assume it is an example of the correct usage.

This patch attempts to clean up most of those violations
in the existing codebase to hopefully help avoid some of
that confusion in reviews.

Some issues address:
* Correct log translation markers for different log levels
* Passing format values as arguments to call, not preformatting
* Not forcing translation via six.text_type and others

Guidelines can be found here:
http://docs.openstack.org/developer/oslo.i18n/guidelines.html

Hacking checks will not be able to identify all violations of
the guidelines, but it could be useful for catching obvious ones
such as LOG.info("No markers!").

Change-Id: I993a0a567383dfe6fca13dfcc76758ea3a46e1dd
Partial-bug: 1433216
2015-04-09 10:32:03 -05:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
connector.py Logging not using oslo.i18n guidelines (brick) 2015-04-09 10:32:03 -05:00
host_driver.py Remove vim header 2013-12-30 18:53:02 -06:00
linuxfc.py Logging not using oslo.i18n guidelines (brick) 2015-04-09 10:32:03 -05:00
linuxscsi.py Logging not using oslo.i18n guidelines (brick) 2015-04-09 10:32:03 -05:00