Comment 28 for bug 1260080

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

Reviewed: https://review.openstack.org/75526
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=a411c944af78c36f2fdb87d305ba452dc52d7ed3
Submitter: Jenkins
Branch: stable/grizzly

commit a411c944af78c36f2fdb87d305ba452dc52d7ed3
Author: Morgan Fainberg <email address hidden>
Date: Fri Feb 21 14:09:04 2014 -0800

    Ensure tokens are added to both Trustor and Trustee indexes

    Tokens are now added to both the Trustor and Trustee user-token-index
    so that bulk token revocations (e.g. password change) of the trustee
    will work as expected. This is a backport of the basic code that was
    used in the Icehouse-vintage Dogpile Token KVS backend that resolves
    this issue by merging the handling of memcache and KVS backends into
    the same logic.

    Change-Id: I3e19e4a8fc1e11cef6db51d364e80061e97befa7
    Closes-Bug: #1260080