Comment 8 for bug 1287301

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-keystoneclient (master)

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

commit c59f0ab2634fa844f7e1fa02abcb145b3f14e7f7
Author: Dolph Mathews <email address hidden>
Date: Thu Mar 6 10:26:58 2014 -0600

    increase default revocation_cache_time

    1 second was originally intended as a useful value for testing purposes,
    but was never intended to be a production-friendly default. Raising the
    default value to match the default token_cache_time results in better
    production performance.

    Change-Id: I03939d41bc50b32a6aa5ebf93eb71103e16e988f
    Related-Bug: 1287301