Comment 38 for bug 1616105

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-keystoneclient (master)

Reviewed: https://review.openstack.org/418653
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=51d16fa344829aadf454faf5e0c4535a8f96a7c8
Submitter: Jenkins
Branch: master

commit 51d16fa344829aadf454faf5e0c4535a8f96a7c8
Author: Steve Martinelli <email address hidden>
Date: Tue Jan 10 21:58:36 2017 -0500

    Only log application/json in session to start

    When whitelisting content types to debug print from session we chose
    application/json and application/text. application/text is not a real
    mime type, text is typically text/plain.

    Rather than guess at mime types only print application/json to start
    with, but make it easy for additional types to be added later.

    Adapted from keystoneauth: Ica5fee076cdab8b1d5167161d28af7313fad9477
    Related-Bug: 1616105

    Change-Id: Ieaa8fb3ea8d25e09b89498f23b70b18c0f6153f1