Skip to content

Commit

Permalink
Merge pull request #472 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 5, 2024
2 parents b7c58e0 + 61ff994 commit c81163f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/cinder/config/00-global-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ file_event_handler=/etc/cinder
www_authenticate_uri={{ .KeystonePublicURL }}
auth_url = {{ .KeystoneInternalURL }}
memcached_servers = {{ .MemcachedServersWithInet }}
memcache_pool_dead_retry = 10
memcache_pool_conn_get_timeout = 2
auth_type = password
project_domain_name = Default
user_domain_name = Default
Expand Down

0 comments on commit c81163f

Please sign in to comment.