Merge "Fix malformed OIDCMemCacheServers"
This commit is contained in:
commit
3c5f25fc4e
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user