Merge pull request #1 from stackhpc/keystone-fernet-tokens

Override Kolla-Ansible and set the default Keystone token format to Fernet
This commit is contained in:
Nick Jones 2018-04-09 09:59:26 +01:00 committed by GitHub
commit fb4024e152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,8 @@
---
# Add extra Kolla global configuration here.
# Although Kolla-Ansible provides full support for Fernet tokens, it still
# defaults to UUID. This setting overrides K-A and brings it in-line with
# Keystone's default.
#
keystone_token_provider: 'fernet'