Merge "Zaqar: Fix missing bind options for websocket"

This commit is contained in:
Zuul 2023-02-27 21:02:19 +00:00 committed by Gerrit Code Review
commit 74a8cae5ae

View File

@ -73,6 +73,10 @@ class openstack_integration::zaqar {
# run a second instance using websockets, the Debian system does
# not support the use of services to run a second instance.
if $::osfamily == 'RedHat' {
class { 'zaqar::transport::websocket':
bind => $::openstack_integration::config::host,
notification_bind => $::openstack_integration::config::host,
}
zaqar::server_instance{ '1':
transport => 'websocket'
}