From 7053785ecf736dfd5ea022446d1a99df9e56f604 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Thu, 27 Sep 2018 16:05:43 +0200 Subject: [PATCH] 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 --- recipes/nova-common.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/nova-common.rb b/recipes/nova-common.rb index fc134e4f..dee9a442 100644 --- a/recipes/nova-common.rb +++ b/recipes/nova-common.rb @@ -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