Switch to www_authenticate_uri for barbican

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

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

Change-Id: I52b7c6a265a23cf1a724a24e9bb7e6a6c4f32b90
This commit is contained in:
zhubingbing 2018-04-24 20:14:21 +08:00
parent 59dbd7ad7a
commit ce15ddcde0
1 changed files with 5 additions and 5 deletions

View File

@ -35,11 +35,11 @@ class openstack_integration::barbican {
debug => true,
}
class { '::barbican::keystone::authtoken':
password => 'a_big_secret',
auth_url => "${::openstack_integration::config::keystone_admin_uri}/v3",
auth_uri => "${::openstack_integration::config::keystone_auth_uri}/v3",
user_domain_name => 'Default',
project_domain_name => 'Default',
password => 'a_big_secret',
auth_url => "${::openstack_integration::config::keystone_admin_uri}/v3",
www_authenticate_uri => "${::openstack_integration::config::keystone_auth_uri}/v3",
user_domain_name => 'Default',
project_domain_name => 'Default',
}
class { '::barbican::api':
default_transport_url => os_transport_url({