Merge "Workaround Heat not handling token expiry"

This commit is contained in:
Jenkins 2014-05-30 08:07:13 +00:00 committed by Gerrit Code Review
commit bb83268ce8
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ driver = keystone.catalog.backends.sql.Catalog
driver = keystone.token.backends.sql.Token
# Amount of time a token should remain valid (in seconds)
# expiration = 86400
# We set this because of bug https://bugs.launchpad.net/tripleo/+bug/1306294
expiration = 14400
[policy]
# driver = keystone.policy.backends.sql.Policy