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:
1 changed files with 3 additions and 3 deletions
@@ -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
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.