Add www_authenticate_uri to keystone_authtoken
Without www_authenticate_uri set, nova logs contain warnings:
WARNING keystonemiddleware.auth_token
Configuring www_authenticate_uri to point to the public identity
endpoint is required; clients may not be able to authenticate
against an admin endpoint
backport: queens
Change-Id: I0ff8202455b576227b882670c7254487b5e11f25
This commit is contained in:
@@ -174,6 +174,7 @@ node.default['openstack']['compute']['conf'].tap do |conf|
|
||||
|
||||
# [keystone_authtoken] section
|
||||
conf['keystone_authtoken']['auth_url'] = auth_url
|
||||
conf['keystone_authtoken']['www_authenticate_uri'] = auth_url
|
||||
|
||||
# [placement] section
|
||||
conf['placement']['auth_url'] = auth_url
|
||||
|
||||
Reference in New Issue
Block a user