response body is omitted incorrectly
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| keystoneauth |
Fix Released
|
Medium
|
Samuel Pilla | ||
| python-keystoneclient |
Fix Released
|
Medium
|
Tin Lam | ||
Bug Description
An example from a rally run shows we are omitting the response body in debug mode when the Content-Type is set to "application/json; charset=UTF-8", when only log if Content-Type is "application/json".
Using http://
REQ: curl -g -i -X PUT http://
http://
RESP: [400] Content-Length: 103 Content-Type: application/json; charset=UTF-8 X-Openstack-
RESP BODY: Omitted, Content-Type is set to application/json; charset=UTF-8. Only application/json responses have their bodies logged.
| Changed in python-keystoneclient: | |
| assignee: | nobody → Tin Lam (tl3438) |
| Changed in python-keystoneclient: | |
| assignee: | Tin Lam (tl3438) → Steve Martinelli (stevemar) |
| Changed in python-keystoneclient: | |
| assignee: | Steve Martinelli (stevemar) → Tin Lam (tl3438) |
| Changed in python-keystoneclient: | |
| assignee: | Tin Lam (tl3438) → Steve Martinelli (stevemar) |
| Changed in python-keystoneclient: | |
| assignee: | Steve Martinelli (stevemar) → Tin Lam (tl3438) |
| Changed in keystoneauth: | |
| assignee: | nobody → Samuel Pilla (samuel.pilla) |
| Changed in keystoneauth: | |
| importance: | Undecided → Medium |
| Changed in python-keystoneclient: | |
| importance: | Undecided → Medium |

Fix proposed to branch: master /review. openstack. org/421076
Review: https:/