Merge "Replace deprecated aodh::auth"

This commit is contained in:
Zuul 2021-08-09 18:40:50 +00:00 committed by Gerrit Code Review
commit 669b6a3f24

View File

@ -80,9 +80,9 @@ class openstack_integration::aodh (
ssl_cert => $::openstack_integration::params::cert_path, ssl_cert => $::openstack_integration::params::cert_path,
workers => 2, workers => 2,
} }
class { 'aodh::auth': class { 'aodh::service_credentials':
auth_url => $::openstack_integration::config::keystone_auth_uri, auth_url => $::openstack_integration::config::keystone_auth_uri,
auth_password => 'a_big_secret', password => 'a_big_secret',
} }
class { 'aodh::client': } class { 'aodh::client': }
class { 'aodh::notifier': } class { 'aodh::notifier': }