Skip to content

Commit

Permalink
Merge pull request #663 from lmiccini/memcached-failover
Browse files Browse the repository at this point in the history
Configure keystonemiddleware to deal with memcached pods failures
  • Loading branch information
openshift-merge-bot[bot] authored Dec 2, 2024
2 parents 18975b8 + 874888a commit 60c632e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/common/config/00-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ username={{ .ServiceUser }}
password = {{ .ServicePassword }}
{{ if (index . "MemcachedServersWithInet") }}
memcached_servers = {{ .MemcachedServersWithInet }}
memcache_pool_dead_retry = 10
memcache_pool_conn_get_timeout = 2
{{ end }}
project_domain_name=Default
user_domain_name=Default
Expand Down

0 comments on commit 60c632e

Please sign in to comment.