Comment 19 for bug 1671887

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

Reviewed: https://review.openstack.org/602216
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=4b2c4566977b1d810daa4a002a93058353f8b190
Submitter: Zuul
Branch: master

commit 4b2c4566977b1d810daa4a002a93058353f8b190
Author: Vishakha Agarwal <email address hidden>
Date: Thu Sep 13 08:30:39 2018 +0530

    Remove unused revoke_by_user_and_project

    This patch removes a method that wasn't being
    used anymore anywhere except for a single unit
    test. Since keystone now validates Fernet
    tokens the same way - by rebuilding the token
    context at validation time, we no longer need
    to persist certain types of revocation events.

    Change-Id: Ic9dcc6a5fd40e504ec04dcefab995d03927362bc
    partial-bug: #1671887