Replace deprecated watcher::api::watcher_api_bind_host

... by the new watcher::api::bind_host parameter.

Depends-on: https://review.opendev.org/828685
Change-Id: Iee78f0196c60478ae5ef4c62ceac99b42184484b
This commit is contained in:
Takashi Kajinami 2022-03-04 10:47:10 +09:00
parent e398f866d9
commit c126024ab4

View File

@ -60,7 +60,7 @@ class openstack_integration::watcher {
amqp_sasl_mechanisms => 'PLAIN',
}
class { 'watcher::api':
watcher_api_bind_host => $::openstack_integration::config::host,
bind_host => $::openstack_integration::config::host,
watcher_client_password => 'a_big_secret',
watcher_client_project_domain_name => 'Default',
watcher_client_user_domain_name => 'Default',