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:
Jean-Philippe Evrard 2018-02-03 11:14:20 +00:00
parent 8d08bea782
commit 32ce88c523
1 changed files with 0 additions and 3 deletions

View File

@ -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 }}