From 5a7bd6e419514d1ded6386d08ac78918e3b9431a Mon Sep 17 00:00:00 2001 From: zhubingbing Date: Tue, 24 Apr 2018 20:33:36 +0800 Subject: [PATCH] Switch to www_authenticate_uri for mistral puppet-mistral switched to www_authenticate_uri in [1], update puppet-openstack-integration for the same. [1] https://review.openstack.org/#/c/558436/ Change-Id: I77c6dcbbc256bc279beeb2d718046a504b5ca817 --- manifests/mistral.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/mistral.pp b/manifests/mistral.pp index ff31c40a7..49cc590fb 100644 --- a/manifests/mistral.pp +++ b/manifests/mistral.pp @@ -20,9 +20,9 @@ class openstack_integration::mistral { Exec['update-ca-certificates'] ~> Service['httpd'] } class { '::mistral::keystone::authtoken': - password => 'a_big_secret', - auth_uri => "${::openstack_integration::config::keystone_auth_uri}/v3", - auth_url => $::openstack_integration::config::keystone_auth_uri, + password => 'a_big_secret', + www_authenticate_uri => "${::openstack_integration::config::keystone_auth_uri}/v3", + auth_url => $::openstack_integration::config::keystone_auth_uri, } class { '::mistral': default_transport_url => os_transport_url({