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:
parent
59dbd7ad7a
commit
5a7bd6e419
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user