Comment 10 for bug 1178063

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

Reviewed: https://review.openstack.org/31907
Committed: http://github.com/openstack/keystone/commit/ef467b2281ba40c858faa76ec8315c637481f8cf
Submitter: Jenkins
Branch: stable/grizzly

commit ef467b2281ba40c858faa76ec8315c637481f8cf
Author: gengjh <email address hidden>
Date: Sat May 11 17:20:10 2013 +0800

    Improve the performance of tokens deletion for user

    Provide new delete the tokens api 'delete_tokens' to support
    delete all the tokens for user in one session in the sql backend. For
    the kvs and memcache, I also provide the corresponding implementation.

    Fix bug 1178063

    Change-Id: I986a583e5900ea04e26cbdb7c49638a33818bca7
    (cherry picked from commit d6cfe4f2e2c7c1b3eb23bf9f864779940a645555)