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

@@ -36,9 +36,9 @@ class openstack_integration::zaqar {
uri=>'swift://zaqar:a_big_secret@/services',
}
class{'::zaqar::keystone::authtoken':
auth_url => $::openstack_integration::config::keystone_admin_uri,
auth_uri => $::openstack_integration::config::keystone_auth_uri,
password => 'a_big_secret',
auth_url => $::openstack_integration::config::keystone_admin_uri,
www_authenticate_uri => $::openstack_integration::config::keystone_auth_uri,
password => 'a_big_secret',
}
class{'::zaqar':
unreliable => true,
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.