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:
Roger Luethi 2018-09-27 16:05:43 +02:00
parent 6ac9b3b655
commit 7053785ecf
1 changed files with 1 additions and 0 deletions

View File

@ -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