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:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user