Merge "Fix malformed OIDCMemCacheServers"

This commit is contained in:
Zuul 2022-05-13 10:33:17 +00:00 committed by Gerrit Code Review
commit 3c5f25fc4e

View File

@ -66,7 +66,7 @@ LogLevel info
OIDCRedirectURI {{ keystone_public_url }}/redirect_uri OIDCRedirectURI {{ keystone_public_url }}/redirect_uri
{% if enable_memcached | bool and keystone_oidc_enable_memcached | bool %} {% if enable_memcached | bool and keystone_oidc_enable_memcached | bool %}
OIDCCacheType memcache OIDCCacheType memcache
OIDCMemCacheServers "{% for host in groups['memcached'] %}{{ 'api' | kolla_address(host) | put_address_in_context('memcache') }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}" OIDCMemCacheServers "{% for host in groups['memcached'] %}{{ 'api' | kolla_address(host) | put_address_in_context('memcache') }}:{{ memcached_port }}{% if not loop.last %} {% endif %}{% endfor %}"
{% endif %} {% endif %}
<Location ~ "/redirect_uri"> <Location ~ "/redirect_uri">