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:
parent
d3c1c01b6f
commit
9e42ca5a07
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user