cinder/cinder/api
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
..
contrib Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
middleware Move some code out of utils.py 2019-08-26 11:34:20 -04:00
openstack Enable flake8-logging-format extension 2020-01-09 14:35:20 -06:00
schemas Add volume type name and description check when update volume type 2019-10-11 15:56:10 +08:00
v2 Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
v3 Raise hacking version to 2.0.0 2020-01-02 14:42:49 -06:00
validation Fix duplicated words issue like " should should " 2020-01-06 10:53:18 +08:00
views Fix issue of getting detail backups list info 2019-08-02 03:17:29 +00:00
__init__.py Remove API v1 2017-09-06 07:39:10 -05:00
api_utils.py Move some code out of utils.py 2019-08-26 11:34:20 -04:00
common.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
extensions.py Enable flake8-logging-format extension 2020-01-09 14:35:20 -06:00
microversions.py Add project_id in group snapshots list and show API 2019-03-01 22:59:19 +05:30
urlmap.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
versions.py Exclude disabled API versions from listing 2018-09-26 23:31:46 +00:00