From 6d99b9c54db1040a33b7e1ee222017d210fc26ae Mon Sep 17 00:00:00 2001 From: zhubingbing Date: Tue, 24 Apr 2018 20:27:18 +0800 Subject: [PATCH] Switch to www_authenticate_uri for gnocchi puppet-gnocchi switched to www_authenticate_uri in [1], update puppet-openstack-integration for the same. [1] https://review.openstack.org/#/c/558445/ Change-Id: I91f217b6d20f3a20346a6d281414fc5838a12113 --- manifests/gnocchi.pp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/gnocchi.pp b/manifests/gnocchi.pp index e7815bea3..9de16df9c 100644 --- a/manifests/gnocchi.pp +++ b/manifests/gnocchi.pp @@ -33,12 +33,12 @@ class openstack_integration::gnocchi ( password => 'a_big_secret', } class { '::gnocchi::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 { '::gnocchi::api': enabled => true,