Switch to www_authenticate_uri for vitrage

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

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

Change-Id: I6a61116418d33866032d2064f966b8ff4cd3593d
This commit is contained in:
zhubingbing 2018-05-11 14:31:30 +08:00
parent 59042b6234
commit 989be2a16a
1 changed files with 6 additions and 6 deletions

View File

@ -72,12 +72,12 @@ class openstack_integration::vitrage {
password => 'a_big_secret',
}
class { '::vitrage::keystone::authtoken':
password => 'a_big_secret',
user_domain_name => 'Default',
project_domain_name => 'Default',
auth_url => $::openstack_integration::config::keystone_admin_uri,
auth_uri => $::openstack_integration::config::keystone_auth_uri,
memcached_servers => $::openstack_integration::config::memcached_servers,
password => 'a_big_secret',
user_domain_name => 'Default',
project_domain_name => 'Default',
auth_url => $::openstack_integration::config::keystone_admin_uri,
www_authenticate_uri => $::openstack_integration::config::keystone_auth_uri,
memcached_servers => $::openstack_integration::config::memcached_servers,
}
class { '::vitrage::api':
enabled => true,