Remove caching from keystone template
According to the keystone documentation [1], there is no need to define cache directives in keystone.conf, as long as the global caching directive is enabled (all the components are caching by default). [1]: https://docs.openstack.org/keystone/latest/admin/identity-caching-layer.html Change-Id: Ibd23343691de4e15c59649f880e5e3b035a5856b
This commit is contained in:
parent
8d08bea782
commit
32ce88c523
@ -48,7 +48,6 @@ enabled = true
|
||||
|
||||
|
||||
[revoke]
|
||||
caching = true
|
||||
driver = {{ keystone_revocation_driver }}
|
||||
expiration_buffer = {{ keystone_revocation_expiration_buffer }}
|
||||
cache_time = {{ keystone_revocation_cache_time }}
|
||||
@ -95,14 +94,12 @@ driver = {{ keystone_assignment_driver }}
|
||||
|
||||
[resource]
|
||||
cache_time = {{ keystone_resource_cache_time }}
|
||||
caching = true
|
||||
driver = {{ keystone_resource_driver }}
|
||||
|
||||
|
||||
[token]
|
||||
enforce_token_bind = permissive
|
||||
expiration = {{ keystone_token_expiration }}
|
||||
caching = true
|
||||
cache_time = {{ keystone_token_cache_time }}
|
||||
provider = {{ keystone_token_provider }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user