Simplify memcached servers
Now that variables are simplified in keystone role, we should remove all what's not used. Depends-On: https://review.openstack.org/#/c/533314/ Change-Id: I3f9a0cf30c3d3b8eaebb3b59fa4b802fb2caf77d
This commit is contained in:
parent
0863eb7b21
commit
2198b93c15
@ -46,8 +46,7 @@ keystone_system_user_name: keystone
|
||||
|
||||
keystone_external_ssl: "{{ openstack_external_ssl }}"
|
||||
|
||||
keystone_cache_backend_argument: "url:{% for host in groups['memcached'] %}{{ hostvars[host]['container_address'] }}{% if not loop.last %},{% endif %}{% endfor %}:{{ memcached_port }}"
|
||||
keystone_memcached_servers: "{% for host in groups['keystone_all'] %}{{ hostvars[host]['container_address'] }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}"
|
||||
keystone_cache_servers: "[{% for host in groups['memcached_all'] %}\"{{ hostvars[host]['container_address'] }}:{{ memcached_port }}\"{% if not loop.last %},{% endif %}{% endfor %}]"
|
||||
keystone_service_in_ldap: "{{ service_ldap_backend_enabled }}"
|
||||
|
||||
# Ensure that the package state matches the global setting
|
||||
|
Loading…
x
Reference in New Issue
Block a user