Comment 38 for bug 1174499

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

Reviewed: https://review.openstack.org/92499
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=41b3abd42dbadab536bfd3793211ca001e7ffc8d
Submitter: Jenkins
Branch: master

commit 41b3abd42dbadab536bfd3793211ca001e7ffc8d
Author: Brant Knudson <email address hidden>
Date: Tue May 6 19:33:46 2014 -0500

    auth_token hashes PKI token once

    auth_token was hashing the PKI token multiple times. With this
    change, the token is hashed once.

    Change-Id: I70d3339d09deb2d3528f141d37138971038f4075
    Related-Bug: #1174499