Skip to content
Snippets Groups Projects
Commit ca31ab61 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove mentions of UUID Keystone token provider"

parents 84712dd3 5d82c788
No related branches found
No related tags found
No related merge requests found
......@@ -187,8 +187,8 @@ enable_{{ feature_flag }}: {{ hostvars[inventory_hostname]['kolla_enable_' ~ fea
# Keystone - Identity Options
#############################
# Valid options are [ uuid, fernet ]
#keystone_token_provider: 'uuid'
# Valid options are [ fernet ]
#keystone_token_provider: 'fernet'
# Interval to rotate fernet keys by (in seconds). Must be an interval of
# 60(1 min), 120(2 min), 180(3 min), 240(4 min), 300(5 min), 360(6 min),
......
---
# 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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment