Comment 5 for bug 1253755

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

Reviewed: https://review.openstack.org/57975
Committed: http://github.com/openstack/keystone/commit/dd2c80c566f20a97a22e0d7d5a514be84772a955
Submitter: Jenkins
Branch: master

commit dd2c80c566f20a97a22e0d7d5a514be84772a955
Author: Clint Byrum <email address hidden>
Date: Thu Nov 21 11:12:17 2013 -0800

    Add index to cover revoked token list

    The individual expires and valid indexes do not fully cover the most
    common query, which is the one that lists revoked tokens.

    Change-Id: I112332b49dac148e5231b76f3399fe60174a702d
    Partial-Bug: #1253755