Switch to www_authenticate_uri for aodh

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

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

Change-Id: I7ceb1eb1f976d877022b29125acc47b609dd4f43
This commit is contained in:
zhubingbing 2018-04-24 20:12:02 +08:00
parent 59dbd7ad7a
commit 74672785b1

View File

@ -68,7 +68,7 @@ class openstack_integration::aodh (
user_domain_name => 'Default', user_domain_name => 'Default',
project_domain_name => 'Default', project_domain_name => 'Default',
auth_url => $::openstack_integration::config::keystone_admin_uri, 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,
memcached_servers => $::openstack_integration::config::memcached_servers, memcached_servers => $::openstack_integration::config::memcached_servers,
} }
class { '::aodh::api': class { '::aodh::api':