From 5beaa5101354191905567dec4b9cd705527a38dd Mon Sep 17 00:00:00 2001 From: zhubingbing Date: Tue, 24 Apr 2018 20:45:42 +0800 Subject: [PATCH] Switch to www_authenticate_uri for sahara puppet-sahara switched to www_authenticate_uri in [1], update puppet-openstack-integration for the same. [1] https://review.openstack.org/#/c/558442/ Change-Id: Ibf8b515aba3001388fe1ba4205d487de0a6c8580 --- manifests/sahara.pp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/sahara.pp b/manifests/sahara.pp index fb9417be4..1bbf663ed 100644 --- a/manifests/sahara.pp +++ b/manifests/sahara.pp @@ -42,12 +42,12 @@ class openstack_integration::sahara ( debug => true, } class { '::sahara::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 { '::sahara::service::api': api_workers => 2,