Merge "Fixed keystone cache vip for dogpile"
This commit is contained in:
commit
3a13141bc5
@ -23,7 +23,7 @@ max_compare_and_set_retry = 16
|
||||
|
||||
[cache]
|
||||
backend = dogpile.cache.memcached
|
||||
backend_argument = url:{{ internal_vip_address }}:{{ memcached_port }}
|
||||
backend_argument = url:{% for host in groups['memcached'] %}{{ hostvars[host]['container_address'] }}{% if not loop.last %},{% endif %}{% endfor %}:{{ memcached_port }}
|
||||
config_prefix = cache.keystone
|
||||
distributed_lock = True
|
||||
expiration_time = 5400
|
||||
|
Loading…
x
Reference in New Issue
Block a user