From 3cab54b888dadc0c9189a23f060f1ba4a3372cde Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 13 May 2022 17:11:38 +0000 Subject: [PATCH] Update git submodules * Update keystoneauth from branch 'master' to f194e6a82097ba38435146ba3a0df924855dc22f - Merge "Allow logging of Content-Type text/plain" - Allow logging of Content-Type text/plain Noticed this while doing some local testing, if a WSGI app replies with a text/plain content type to communicate a server error, we aren't able to see the error response message when passing --debug to the openstackclient, example: RESP: [500] Date: Thu, 01 Oct 2020 23:54:15 GMT Server: Apache/2.4.18 (Ubuntu) Content-Type: text/plain; charset=UTF-8 Connection: close Transfer-Encoding: chunked RESP BODY: Omitted, Content-Type is set to text/plain; charset=UTF-8. Only application/json responses have their bodies logged. Change-Id: Ibfd46c7725bd0aa26f1f80b0e8fc6eda2ac2e090 --- keystoneauth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystoneauth b/keystoneauth index 12a84e1919..f194e6a820 160000 --- a/keystoneauth +++ b/keystoneauth @@ -1 +1 @@ -Subproject commit 12a84e1919d11d314427330964017babd8f75794 +Subproject commit f194e6a82097ba38435146ba3a0df924855dc22f