Use 'uuid' token provide configuration

Use the 'uuid' entry point for token configuration; this has been
supported for some time and future proofs the charm against changes
in the internals of keystone.

Change-Id: I9f16a4b38487069379069c698d713f5b498eb718
This commit is contained in:
James Page 2017-06-21 12:02:01 +01:00
parent 6f99e78cde
commit 681047f397
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ provider = keystone.token.providers.pki.Provider
{% elif token_provider == 'pkiz' -%}
provider = keystone.token.providers.pkiz.Provider
{% else -%}
provider = keystone.token.providers.uuid.Provider
provider = uuid
{% endif -%}
expiration = {{ token_expiration }}