cinder/cinder
Sean McGinnis 1f7b0efdcc
Enable flake8-logging-format extension
The flake8-logging-format extension includes several checks for things
we've had to try to catch in code reviews until now. This enables the
extension and fixes the few cases where things had slipped through code
review.

G200: Logging statements should not include the exception in logged string
is disabled since that triggers a lot more issues, some of which may be
acceptable. That can be left as a follow up exercise if we want to clean
those up and enable all checks.

Change-Id: I1dedc0b31f78f518c2ab5dee5ed7abda1c1d9296
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-01-09 14:35:20 -06:00
..
api Enable flake8-logging-format extension 2020-01-09 14:35:20 -06:00
backup Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
brick Raise hacking version to 2.0.0 2020-01-02 14:42:49 -06:00
cmd Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
common Leverage hw accelerator in image compression 2019-09-18 03:01:18 +00:00
compute nova: use EndpointNotFound from keystoneauth1 2019-09-03 10:58:59 -04:00
db Merge "Introduce flake8-import-order extension" 2020-01-07 21:12:41 +00:00
group Continue renaming volume_utils (core) 2019-09-09 20:48:26 -04:00
image Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
interface Elaborate on terminate_connection documentation 2019-12-04 09:21:15 -06:00
keymgr Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
locale Imported Translations from Zanata 2020-01-08 06:57:01 +00:00
message Add user messages for some volume snapshot actions 2019-04-26 17:02:05 -04:00
objects Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
policies Add project_id in group snapshots list and show API 2019-03-01 22:59:19 +05:30
privsep Enable flake8-logging-format extension 2020-01-09 14:35:20 -06:00
scheduler Continue renaming volume_utils (core) 2019-09-09 20:48:26 -04:00
tests Enable flake8-logging-format extension 2020-01-09 14:35:20 -06:00
transfer Raise hacking version to 2.0.0 2020-01-02 14:42:49 -06:00
volume Enable flake8-logging-format extension 2020-01-09 14:35:20 -06:00
wsgi Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
zonemanager Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
__init__.py Set EVENTLET_NO_GREENDNS for IPv6 and dnspython compat 2016-11-11 13:19:07 -06:00
context.py Merge "Add key-manager to sevice catalog" 2019-08-04 20:26:15 +00:00
coordination.py Remove deprecated heartbeat options 2017-10-03 14:41:18 -05:00
exception.py Merge "Untyped to Default Volume Type" 2019-09-25 18:58:39 +00:00
flow_utils.py Fix logging traceback in service logs 2016-12-20 12:39:07 +05:30
i18n.py Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00
manager.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
opts.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
policy.py Correct default policy_file in the sample config 2019-01-15 13:54:17 -05:00
quota.py Bump hacking version to 1.1.x 2019-05-30 15:06:02 -04:00
quota_utils.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
rpc.py Replace assert to raise AssertionError 2019-06-05 18:41:21 +03:00
service.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
service_auth.py Add service_token for cinder-nova interaction 2017-12-15 12:04:23 +05:30
ssh_utils.py Stop a connections leak when freeing an SSHPool 2018-02-14 18:16:55 -06:00
test.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
utils.py Fix "is"/"is not" with a literal usage 2019-11-08 09:39:39 -05:00
version.py