Switch to www_authenticate_uri for zaqar

puppet-zaqar switched to www_authenticate_uri in
[1], update puppet-openstack-integration for the same.

[1] https://review.openstack.org/#/c/558446/

Change-Id: I87191caf434fb2cfdfcc6ffbfeb0396e3f092638
This commit is contained in:
zhubingbing 2018-04-24 20:53:31 +08:00
parent 59dbd7ad7a
commit 2025df83c8

View File

@ -37,7 +37,7 @@ class openstack_integration::zaqar {
}
class {'::zaqar::keystone::authtoken':
auth_url => $::openstack_integration::config::keystone_admin_uri,
auth_uri => $::openstack_integration::config::keystone_auth_uri,
www_authenticate_uri => $::openstack_integration::config::keystone_auth_uri,
password => 'a_big_secret',
}
class {'::zaqar':