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
This commit is contained in:
Matthew Treinish 2016-09-29 11:13:18 -04:00
parent fe0275abf5
commit 22393f33d2
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177

View File

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