From 1be0c0c95c8232b0ee0107bc1b500b13ca2a0ba4 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 28 Feb 2018 05:03:50 -0500 Subject: [PATCH] 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 --- modules/openstack_project/manifests/firehose.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/openstack_project/manifests/firehose.pp b/modules/openstack_project/manifests/firehose.pp index a93c6006b0..1eadf8e6f6 100644 --- a/modules/openstack_project/manifests/firehose.pp +++ b/modules/openstack_project/manifests/firehose.pp @@ -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