Comment 7 for bug 1671887

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

Reviewed: https://review.openstack.org/444424
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=939881b77fa1ad8546101dc5b8aed126e0127179
Submitter: Jenkins
Branch: master

commit 939881b77fa1ad8546101dc5b8aed126e0127179
Author: Lance Bragstad <email address hidden>
Date: Fri Mar 10 17:20:38 2017 +0000

    Don't persist revocation events when deleting a role

    This is no longer needed since the token provider API will
    rebuild the token context at validation time. The revocation event
    is not needed and we no longer need to store it.

    Change-Id: I91315f620534974ab1102d693fbdff45e4ae8887
    partial-bug: 1671887