Comment 22 for bug 1287301

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to python-keystoneclient (master)

Reviewed: https://review.openstack.org/78241
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=8574256f9342faeba2ce64080ab5190023524e0a
Submitter: Jenkins
Branch: master

commit 8574256f9342faeba2ce64080ab5190023524e0a
Author: Alexei Kornienko <email address hidden>
Date: Wed Mar 5 16:50:37 2014 +0200

    Ensure that cached token is not revoked

    We need to ensure that tokens won't stay in cache after they have been
    revoked.

    Changed default revocation_cache_time 300 -> 10 seconds.
    revocation_cache_time has to be << than token_cache_time to make token
    cache efficient.

    Fixes bug #1287301

    Change-Id: I14c0eacac3b431c06e40385c891a6636736e5b4a