python-troveclient/troveclient/compat
Gábor Antal ccceffa7f5 Handle log message interpolation by the logger
According to OpenStack Guideline[1], logged string message should be
interpolated by the logger.

Also, upgraded hacking requirement, to enable H904 check.

[1]: http://docs.openstack.org/developer/oslo.i18n/guidelines.html#adding-variables-to-log-messages

Co-Authored-By: jiansong <jian.song@easystack.cn>
Change-Id: I3f020b6bcb1b9bf6d18a3b4f738c13cccd1bbff8
Closes-Bug: #1596829
2017-03-08 10:00:34 -08:00
..
tests Using assertIsNotNone() instead of assertNotEqual(None) 2016-10-03 09:33:04 +07:00
__init__.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
auth.py Remove Rackspace auth references from troveclient 2016-05-18 13:16:25 -05:00
base.py Use strutils.to_slug() instead of utils.slugify() 2016-09-06 10:17:51 +09:00
cli.py Add root-disable api 2015-12-10 11:23:53 -05:00
client.py Handle log message interpolation by the logger 2017-03-08 10:00:34 -08:00
common.py Avoid use xx=[] for parameter in function 2016-10-19 02:08:46 +00:00
exceptions.py Make dict.keys() PY3 compatible 2016-06-21 15:08:32 +00:00
mcli.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
utils.py Use strutils.to_slug() instead of utils.slugify() 2016-09-06 10:17:51 +09:00
versions.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00