Comment 4 for bug 1329301

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

Reviewed: https://review.openstack.org/121692
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=f980fc549247fa2deb87dfacebc6d8d13ccd45d1
Submitter: Jenkins
Branch: master

commit f980fc549247fa2deb87dfacebc6d8d13ccd45d1
Author: Travis Tripp <email address hidden>
Date: Mon Sep 15 16:17:18 2014 -0600

    Update how tokens are redacted

    Using SHA-1 to match how Nova and Swift redact their tokens.
    Was discussed in the below thread:

    http://lists.openstack.org/pipermail/openstack-dev/2014-September/045802.html

    Here's what nova went with: https://review.openstack.org/#/c/99511/
    swift seem to be following suit: https://review.openstack.org/#/c/99632/

    Change-Id: I3045d6d9d2a13770f4022dbbd474b34eb1032f6e
    Closes-bug: 1329301