api: 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: I72f0e8064930467e494071e32be3dc32ef5c8360
This commit is contained in:
Marek Szuba 2021-09-06 12:06:56 +01:00
parent d6bf96575b
commit d2179ac258
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ node.default['openstack']['image_api']['conf'].tap do |conf|
conf['DEFAULT']['bind_port'] = api_bind['port']
# [keystone_authtoken] section
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?