Add www_authenticate_uri
... to suppress the following warning from keystonemiddleware. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Change-Id: I3f1a6b2c5d2e7d3dce6fd1ee6694f8146ae06437 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
committed by
Summer Smith
parent
fe4d1e6059
commit
5a32609b04
@@ -453,6 +453,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
|
||||
|
||||
Reference in New Issue
Block a user