Fix websocket port setting,
For some reason we were setting the websocket_port to true, which is not a valid port number. This commit fixes this to just use the default and removes that field from the config. Change-Id: I0ac2e0919a59590182c6da7442883a6edca66a60
This commit is contained in:
parent
ea00bbf145
commit
1be0c0c95c
@ -39,7 +39,6 @@ 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