[train-only] Use Train variable names for keystone cache

When backporting the patch enabling Memcached TLS, variable
names were not aligned with the puppet-keystone stable/train
branch, causing cache to be always disabled.

Closes-Bug: #1929752
Change-Id: I561e6e15ffd1e3f099bb97ca187da2a1fe364553
This commit is contained in:
Grzegorz Grasza 2021-05-26 23:34:43 +02:00
parent dd33cd965d
commit c794428e8e
1 changed files with 3 additions and 3 deletions

View File

@ -499,11 +499,11 @@ outputs:
params:
$NETWORK: {get_param: [ServiceNetMap, KeystoneAdminApiNetwork]}
-
keystone::cache::enabled: {get_param: EnableCache}
keystone::cache::tls_enabled: {get_param: MemcachedTLS}
keystone::cache_enabled: {get_param: EnableCache}
keystone::tls_enabled: {get_param: MemcachedTLS}
if:
- tls_cache_enabled
- keystone::cache::backend: 'dogpile.cache.pymemcache'
- keystone::cache_backend: 'dogpile.cache.pymemcache'
- {}
-
if: