
When passing http_log_debug to cinderclient.client.Client we didn't honor it and log the requests if a session is provided. Closes-Bug: 2035372 Change-Id: I505debd650ddce739665b1c9630f17a3b981279f
8 lines
225 B
YAML
8 lines
225 B
YAML
---
|
|
fixes:
|
|
- |
|
|
`Bug #2035372
|
|
<https://bugs.launchpad.net/python-cinderclient/+bug/2035372>`_: Fixed
|
|
not honoring ``http_log_debug`` parameter in ``cinderclient.client.Client``
|
|
when also providing a session.
|