Comment 16 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/416260
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=af770f17b705a66bd4292b2a54df46ec5fdaa12b
Submitter: Jenkins
Branch: master

commit af770f17b705a66bd4292b2a54df46ec5fdaa12b
Author: Steve Martinelli <email address hidden>
Date: Tue Jan 3 09:55:09 2017 -0500

    Do not log binary data during request

    Do not log binary data during debug logging of a session.
    Replace the binary data with the string <binary_data> instead.

    sort of a backport of: I5184002f3a21c5e0ee510b21b9a7884c8dccd1e3

    Change-Id: I07ddbc3967f297597542f1975004d94c490f6e6b
    Related-Bug: 1616105