manila/manila/api/contrib
Andreas Jaeger 24cb089fee Fix some LOG.debug invocations
LOG.debug("Hello %s" % xyz) should be LOG.debug("Hello %s", xyz).
This allows the logging package to skip creating the
formatted log message if the message is not going to be emitted because
of the current log level.

Change-Id: Ie0c91cd940017fd80d1d84b0e56780a1da980858
2014-09-16 08:04:09 +02:00
..
__init__.py Enabled hacking checks H305 and H307 2014-07-20 18:48:31 +02:00
admin_actions.py Flake8: Fix E126 and E127 2014-08-23 08:43:02 +00:00
extended_quotas.py Flake8: Fix and enable H405 2014-08-27 13:39:22 +02:00
quota_classes.py Fix H402 hacking rules 2014-08-19 17:04:54 +02:00
quotas.py Fix some LOG.debug invocations 2014-09-16 08:04:09 +02:00
services.py Flake8: Fix some occurences of F841 2014-08-23 19:38:34 +02:00
share_actions.py Add support for cert based access type 2014-09-02 06:13:25 +00:00
types_extra_specs.py py3: use six.string_types instead of basestring 2014-07-25 06:02:44 +00:00
types_manage.py Migrate to oslo.messaging instead of commom/rpc 2014-07-03 18:59:33 +03:00
used_limits.py Fix F402 pep8 2014-08-05 15:04:06 +00:00
user_quotas.py Added per user-tenant quota support 2013-10-16 14:14:02 +03:00