From f7ede1616738ab76e113d2ff061d600757db0d27 Mon Sep 17 00:00:00 2001 From: zhubingbing Date: Tue, 24 Apr 2018 20:29:31 +0800 Subject: [PATCH] Switch to www_authenticate_uri for heat puppet-heat switched to www_authenticate_uri in [1], update puppet-openstack-integration for the same. [1] https://review.openstack.org/#/c/558444/ Change-Id: Id11c39da786d9d3570586e91759544a1069aeb31 --- manifests/heat.pp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/heat.pp b/manifests/heat.pp index 734e74c4e..f3b91bc9e 100644 --- a/manifests/heat.pp +++ b/manifests/heat.pp @@ -30,12 +30,12 @@ class openstack_integration::heat ( } class { '::heat::keystone::authtoken': - password => 'a_big_secret', - user_domain_name => 'Default', - project_domain_name => 'Default', - auth_url => $::openstack_integration::config::keystone_admin_uri, - auth_uri => $::openstack_integration::config::keystone_auth_uri, - memcached_servers => $::openstack_integration::config::memcached_servers, + password => 'a_big_secret', + user_domain_name => 'Default', + project_domain_name => 'Default', + auth_url => $::openstack_integration::config::keystone_admin_uri, + www_authenticate_uri => $::openstack_integration::config::keystone_auth_uri, + memcached_servers => $::openstack_integration::config::memcached_servers, } class { '::heat': default_transport_url => os_transport_url({