Comment 9 for bug 1671887

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

Reviewed: https://review.openstack.org/447562
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=6ed141a57cb75a3b22f8b47809203e6cae09da10
Submitter: Jenkins
Branch: master

commit 6ed141a57cb75a3b22f8b47809203e6cae09da10
Author: Lance Bragstad <email address hidden>
Date: Mon Mar 20 15:46:09 2017 +0000

    Remove unnecessary revocation events

    Previously we stored revocation events when a user's membership to a
    project was removed. This is no longer needed since all supported
    token providers in keystone validate tokens by rebuilding them at
    validation time.

    This commit removes logic from the assignment API that persists
    revocation events. It also removes the dependency the assignment API
    has on the revocation API, since it is no long needed.

    Change-Id: Ic8861f239ad0af1551c1f82105665c569bbdac9d
    partial-bug: 1671887