[trivial] Switch back to using UUID token format - lost during redux

This commit is contained in:
James Page 2014-04-16 22:42:49 +01:00
parent 06faa77761
commit e90ee9ac24
3 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,7 @@ driver = keystone.policy.backends.sql.Policy
driver = keystone.contrib.ec2.backends.sql.Ec2
[signing]
token_format = UUID
[auth]
methods = password,token

View File

@ -38,7 +38,7 @@ driver = keystone.catalog.backends.sql.Catalog
[token]
driver = keystone.token.backends.sql.Token
expiration = 86400
provider = keystone.token.providers.uuid.Provider
[cache]

View File

@ -38,6 +38,7 @@ driver = keystone.catalog.backends.sql.Catalog
[token]
driver = keystone.token.backends.sql.Token
provider = keystone.token.providers.uuid.Provider
[cache]