Comment 3 for bug 1287757

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

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

commit d7e529911c496c71effa1d51e1ecf2399ef359f1
Author: Morgan Fainberg <email address hidden>
Date: Fri Jul 17 08:28:30 2015 -0700

    Do not remove expired revocation events on "get"

    Revocation event pruning should only occur on new revocations. This
    will limit the volume of churn to the DB/KVS store for revocation
    events (and impact to performance).

    Change-Id: I1ad7491c54023915c74610287a5095589f12d5c1
    Closes-Bug: #1287757