Merge "Zaqar: Fix missing bind options for websocket"
This commit is contained in:
commit
74a8cae5ae
@ -73,6 +73,10 @@ class openstack_integration::zaqar {
|
|||||||
# run a second instance using websockets, the Debian system does
|
# run a second instance using websockets, the Debian system does
|
||||||
# not support the use of services to run a second instance.
|
# not support the use of services to run a second instance.
|
||||||
if $::osfamily == 'RedHat' {
|
if $::osfamily == 'RedHat' {
|
||||||
|
class { 'zaqar::transport::websocket':
|
||||||
|
bind => $::openstack_integration::config::host,
|
||||||
|
notification_bind => $::openstack_integration::config::host,
|
||||||
|
}
|
||||||
zaqar::server_instance{ '1':
|
zaqar::server_instance{ '1':
|
||||||
transport => 'websocket'
|
transport => 'websocket'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user