kayobe-config/etc/kayobe/kolla/globals.yml
Nick Jones 9e42ca5a07
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).
2018-04-05 14:31:13 +01:00

9 lines
258 B
YAML

---
# 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'