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
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ LogLevel info
OIDCRedirectURI {{ keystone_public_url }}/redirect_uri
{% if enable_memcached | bool and keystone_oidc_enable_memcached | bool %}
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 %}
<Location ~ "/redirect_uri">