Enable keystone token caching

'fernet' is the token provider since octata. As we've memcached
in the undercloud, we should enable caching.

Change-Id: I4b040d25b2cb83f40cbd8e8caf6890feba586b60
Related-Bug: #1832437
This commit is contained in:
Rabi Mishra
2019-06-18 09:22:18 +05:30
parent 11d9fef529
commit b18bfae690

View File

@@ -229,6 +229,8 @@ keystone::notification_topics: notifications
keystone::default_transport_url: "rabbit://{{UNDERCLOUD_RABBIT_USERNAME}}:{{UNDERCLOUD_RABBIT_PASSWORD}}@{{LOCAL_IP_WRAPPED}}//"
keystone::enable_credential_setup: true
keystone::fernet_max_active_keys: 2
keystone::cache_memcache_servers: "%{hiera('memcached::listen_ip')}:11211"
keystone::cache_backend: "dogpile.cache.memcached"
# MySQL
admin_password: {{UNDERCLOUD_ADMIN_PASSWORD}}