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:
parent
e398f866d9
commit
c126024ab4
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user