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:
Matthew Treinish 2018-02-28 05:03:50 -05:00
parent ea00bbf145
commit 1be0c0c95c
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 0 additions and 1 deletions

View File

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