Merge "Fixed keystone cache vip for dogpile"

This commit is contained in:
Jenkins 2014-12-04 16:45:53 +00:00 committed by Gerrit Code Review
commit 3a13141bc5

View File

@ -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