keystone/keystone/common
Dolph Mathews 7494f93dc3 reduce default token duration to one hour
- reduces number of active tokens that have to be persisted, especially
  where clients are needlessly regenerating tokens
- reduces the window of publishing token revocation events (you only
  have to publish events from the last hour)
- reduces the window of the token revocation list (similar to the above)

DocImpact
UpgradeImpact

Implements: bp reduce-default-token-duration
Change-Id: Ia548f7e981690edab56c51fdcab9102245aced3e
2014-01-14 15:25:19 -06:00
..
cache Style improvements to logging format strings 2013-11-22 10:01:34 +01:00
environment Make common log import consistent 2014-01-11 16:55:59 -08:00
kvs Base Implementation of KVS Dogpile Refactor 2013-12-11 17:43:53 -08:00
ldap Make common log import consistent 2014-01-11 16:55:59 -08:00
sql Merge "Remove unused token.valid index" 2014-01-07 23:50:53 +00:00
__init__.py establish basic structure 2012-01-18 20:06:27 -08:00
base64utils.py Replace xrange in for loop with range 2013-12-17 09:03:04 +08:00
cms.py Make common log import consistent 2014-01-11 16:55:59 -08:00
config.py reduce default token duration to one hour 2014-01-14 15:25:19 -06:00
controller.py Make common log import consistent 2014-01-11 16:55:59 -08:00
dependency.py Added documentation to keystone.common.dependency. 2013-11-26 12:13:37 -05:00
extension.py Fix typo in keystone 2013-11-28 09:15:23 +08:00
manager.py Changed header from LLC to Foundation based on trademark policies 2013-09-05 15:03:32 -05:00
models.py Cleanup of tenantId, tenant_id, and default_project_id 2013-09-22 17:36:02 -07:00
openssl.py Make common log import consistent 2014-01-11 16:55:59 -08:00
pemutils.py Utilites for manipulating base64 & PEM 2013-11-19 18:18:42 -05:00
router.py Changed header from LLC to Foundation based on trademark policies 2013-09-05 15:03:32 -05:00
serializer.py Fix use the fact that empty sequences are false. 2013-12-28 17:17:20 +08:00
systemd.py notify calling process we are ready to serve 2012-09-19 00:28:19 +02:00
utils.py Make common log import consistent 2014-01-11 16:55:59 -08:00
wsgi.py Make common log import consistent 2014-01-11 16:55:59 -08:00