Comment 16 for bug 1671887

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

Reviewed: https://review.openstack.org/451452
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=5323ee7802e4913f1bcac9e3d77d45a1734dd690
Submitter: Jenkins
Branch: master

commit 5323ee7802e4913f1bcac9e3d77d45a1734dd690
Author: Richard Avelar <email address hidden>
Date: Wed Mar 29 15:06:18 2017 +0000

    Remove unused revocation check in revoke_models

    This patch addresses [1] by removing the corresponding check in
    revocation models. There is no longer a need to check a token against
    the revocation table for access_token when we no longer persist them
    in a revocation event. This is due to token providers handling this
    when rebuilding a token at validation time.

    [1]: I4dc766981a29b0afd0a44718c1c5d81155163982
    partial-bug: 1671887

    Change-Id: I5a50ab9cdca64005e1e4a6738ee6a8accf458ed8