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:
Matthew Treinish 2018-02-26 06:39:05 -05:00 committed by Jeremy Stanley
parent 53ac2cfeae
commit d995809160
1 changed files with 1 additions and 0 deletions

View File

@ -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