Comment 13 for bug 1656981

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystoneauth (stable/newton)

Reviewed: https://review.openstack.org/421547
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=912d99bdf0f20ddc544dd05656a5ac28ec9acaac
Submitter: Jenkins
Branch: stable/newton

commit 912d99bdf0f20ddc544dd05656a5ac28ec9acaac
Author: Samuel Pilla <email address hidden>
Date: Tue Jan 17 09:09:02 2017 -0600

    Correctly Omit Response Body in Debug Mode

    A response with header Content-Type set to "application/json; charset=UTF-8"
    would be omitted but not correctly logged. This patch set correctly omits
    and logs a response with the mentioned header.

    Co-Authored-By: Tin Lam <email address hidden>
    Change-Id: I21a185db4ca55ff16dba60f85bb229ffdacc2afa
    Closes-Bug: #1656981
    (cherry-picked from: b1301e606d29a99da9c81d4c1627a6bba4b0ddcc)