Merge "Victoria-only: Fix the wrong puppet parameter" into stable/victoria

This commit is contained in:
Zuul 2022-05-24 16:12:33 +00:00 committed by Gerrit Code Review
commit 0a7e8f84c9
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ outputs:
-
keystone::cache::enabled: {get_param: EnableCache}
keystone::cache::tls_enabled: {get_param: MemcachedTLS}
keystone::cache_backend:
keystone::cache::backend:
if:
- tls_cache_enabled
- 'dogpile.cache.pymemcache'