diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index 794c5fe..57af5bc 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -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'