Merge "Revert "Add support to configure token caching""

This commit is contained in:
Zuul 2019-10-16 04:59:53 +00:00 committed by Gerrit Code Review
commit 7ee240cee0
2 changed files with 0 additions and 11 deletions

View File

@ -300,11 +300,6 @@ parameters:
default: ''
description: >-
OAuth 2.0 introspection endpoint for mod_auth_openidc
KeystoneEnableTokenCaching:
type: boolean
default: false
description: >-
Enable token caching
resources:
@ -393,7 +388,6 @@ outputs:
content: {get_param: KeystoneCredential1}
keystone::fernet_keys: {get_param: KeystoneFernetKeys}
keystone::fernet_replace_keys: {get_param: ManageKeystoneFernetKeys}
tripleo::profile::base::keystone::enable_token_caching: {get_param: KeystoneEnableTokenCaching}
keystone::logging::debug:
if:
- service_debug_unset

View File

@ -1,5 +0,0 @@
---
features:
- |
A new parameter, KeystoneEnabledTokenCaching is available to enable token
caching in keystone, which is disabled by default.