deb-murano/murano/cmd
chenaidong1 155f747a66 Modify variable's usage in Log Messages
String interpolation should be delayed to be handled by the logging code,
rather than being done at the point of the logging call.
Ref:http://docs.openstack.org/developer/oslo.i18n/guidelines.html#log-translation
For example:
# WRONG
LOG.info(_LI('some message: variable=%s') % variable)
# RIGHT
LOG.info(_LI('some message: variable=%s'), variable)

Change-Id: If8d36220a9370b304ae51a329f8bba370285fdc2
2016-12-06 09:13:14 +00:00
..
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
api.py Add multiple api workers 2016-08-10 13:54:36 +00:00
cfapi_db_manage.py Generate separate db for murano service broker 2016-05-31 21:25:33 -04:00
cfapi.py Move service broker api to the top level 2016-05-31 21:33:06 -04:00
db_manage.py Switch to oslo_log 2015-07-15 11:20:45 +03:00
engine.py Add multiple api workers 2016-08-10 13:54:36 +00:00
manage.py Allow insecure SSL communications with RabbitMQ 2016-05-11 11:19:43 -07:00
test_runner.py Modify variable's usage in Log Messages 2016-12-06 09:13:14 +00:00