Merge "Add www_authenticate_uri"

This commit is contained in:
Zuul
2026-02-18 16:30:55 +00:00
committed by Gerrit Code Review

View File

@@ -457,6 +457,7 @@ function configure_keystone_authtoken_middleware {
local service_type=$4
configure_keystoneauth $conf_file $admin_user $section
iniset $conf_file $section www_authenticate_uri $KEYSTONE_SERVICE_URI
iniset $conf_file $section cafile $SSL_BUNDLE_FILE
iniset $conf_file $section memcached_servers $MEMCACHE_SERVERS
if [[ -n "$service_type" ]]; then