From 22393f33d2f47d16b8a64fd9a772183564031ace Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 29 Sep 2016 11:13:18 -0400 Subject: [PATCH] Add a note to docs for websockets being disabled This commit adds a note to the firehose docs to document that we've temporarily disabled access to the websockets ports. This way users will know that the websockets access isn't expected to work right now. Once we have a solution in place to address the DOS when using websockets we can remove this note when we open up the firewall again. Change-Id: Ia6fb1ca0f80873e5547d2e72676b1b4ebeb01521 --- doc/source/firehose.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/firehose.rst b/doc/source/firehose.rst index 08e6a42cc2..719f653bfa 100644 --- a/doc/source/firehose.rst +++ b/doc/source/firehose.rst @@ -44,6 +44,13 @@ firehose.openstack.org has 2 open ports for MQTT traffic: * **8883** - The default SSL/TLS MQTT port * **8080** - Uses websockets for SSL/TLS encrypted MQTT communication +.. note:: + + The websockets ports are currently disabled due to `Mosquitto bug #278`_. + Once this is resolved the websockets ports will be reopened. + +.. _Mosquitto bug #278: https://github.com/eclipse/mosquitto/issues/278 + Topics ------