Re-enable websockets port on firehose.o.o
This commit re-enables the websockets listener on mosquitto for firehose.o.o but without a separate tls port. The websockets connections will just not be encrypted. Change-Id: Ibdf1e38fa990d3fd78bfe9dead28f6ec385c0e1a Depends-On: I2bb806210dbe5c40cfda5ac205f3659c2085f0e1
This commit is contained in:
parent
53ac2cfeae
commit
d995809160
@ -39,6 +39,7 @@ class openstack_project::firehose (
|
||||
ca_file => $ca_file,
|
||||
cert_file => $cert_file,
|
||||
key_file => $key_file,
|
||||
websocket_port => true,
|
||||
}
|
||||
|
||||
include germqtt
|
||||
|
Loading…
x
Reference in New Issue
Block a user