default: set keystone_authtoken.www_authenticate_uri

OpenStack has been complaining when this is not set for quite a while
now.

Signed-off-by: Marek Szuba <m.szuba@gsi.de>
Change-Id: I7b8c7677a35a9f3e2f3c8b436d8a69eb66bf5778
This commit is contained in:
Marek Szuba 2021-09-06 12:10:20 +01:00
parent 1f447d3985
commit 14206c2aa7
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ node.default['openstack']['network']['conf'].tap do |conf|
conf['DEFAULT']['bind_port'] = bind_service['port']
conf['nova']['auth_url'] = auth_url
conf['keystone_authtoken']['auth_url'] = auth_url
conf['keystone_authtoken']['www_authenticate_uri'] = auth_url
unless memcache_servers.empty?
conf['keystone_authtoken']['memcached_servers'] = memcache_servers
unless conf['keystone_authtoken']['memcache_security_strategy'].nil?