Comment 8 for bug 1656981

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

Reviewed: https://review.openstack.org/421319
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=ed6ae95fa2ea529088d288e3e5f4099e8e1a2520
Submitter: Jenkins
Branch: master

commit ed6ae95fa2ea529088d288e3e5f4099e8e1a2520
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