Skip to content

Commit

Permalink
Merge pull request #413 from stuggi/cache_backend
Browse files Browse the repository at this point in the history
Use dogpile.cache.pymemcache for memcached tls
  • Loading branch information
openshift-merge-bot[bot] committed Apr 29, 2024
2 parents 9a190d1 + 8766225 commit 7e1e3b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/keystoneapi/config/keystone.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
use_stderr=true

[cache]
backend=dogpile.cache.pymemcache
{{if .memcachedTLS}}
backend = dogpile.cache.pymemcache
{{else}}
backend = dogpile.cache.memcached
{{end}}
enabled=true
memcache_servers={{ .memcachedServers }}
tls_enabled={{ .memcachedTLS }}
Expand Down

0 comments on commit 7e1e3b1

Please sign in to comment.