Comment 2 for bug 1414627

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

Reviewed: https://review.openstack.org/150022
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=2c525a2a35cce99c60b96b79b110e20ac1106098
Submitter: Jenkins
Branch: master

commit 2c525a2a35cce99c60b96b79b110e20ac1106098
Author: Dave Chen <email address hidden>
Date: Tue Jan 27 04:51:30 2015 +0800

    Remove duplicate token revocation check

    Check whether V2 token is revoked has been performed twice, the first
    check is in the method of validate_v2_token(...), and then check in
    method _is_valid_token(...) again, remove the duplicated one.

    Change-Id: Iaffe6473f5277f10540d5e1647c69d282250becf
    Closes-Bug: #1414627