Skip to content

Commit cc5aa62

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Replace auth_uri with www_authenticate_uri" into stable/wallaby
2 parents bf7f209 + 4e07d6c commit cc5aa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/cyborg/templates/cyborg.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ max_pool_size = {{ database_max_pool_size }}
1818
memcache_security_strategy = ENCRYPT
1919
memcache_secret_key = {{ memcache_secret_key }}
2020
memcache_servers = {% for host in groups['memcached'] %}{{ 'api' | kolla_address(host) | put_address_in_context('memcache') }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}
21-
auth_uri = {{ keystone_internal_url }}
21+
www_authenticate_uri = {{ keystone_internal_url }}
2222
project_domain_name = {{ default_project_domain_name }}
2323
project_name = service
2424
user_domain_name = {{ default_user_domain_name }}

0 commit comments

Comments
 (0)