Override Kolla-Ansible and set the default Keystone token format to Fernet

The addition of this setting overrides K-A's default for Keystone's
token driver of UUID, and configures Fernet instead.

Further discussion and backstory to this change is described
[https://storyboard.openstack.org/#!/story/2001779](over here).
This commit is contained in:
Nick Jones 2018-04-05 14:31:13 +01:00
parent d3c1c01b6f
commit 9e42ca5a07
No known key found for this signature in database
GPG Key ID: F6D24C8669938334
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'