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
This commit is contained in:
zhubingbing 2018-04-24 20:33:36 +08:00
parent 59dbd7ad7a
commit 5a7bd6e419

View File

@ -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({