From e12563ae54481f68521c087bdb40a5ecffc47196 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 6 Mar 2018 16:25:09 -0500 Subject: [PATCH] Remove note about disabled websockets Now that we've re-enabled the websockets support we can remove the note about that now. However, we've disabled the tls websockets port so that line is removed. Hopefully this doesn't horribly jinx the websockets interface being reliable. Change-Id: I500bd69efe13b202199e9741f8cd10f12f78f2af --- doc/source/firehose.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/source/firehose.rst b/doc/source/firehose.rst index 90944d19f8..732b9c35e3 100644 --- a/doc/source/firehose.rst +++ b/doc/source/firehose.rst @@ -42,14 +42,7 @@ firehose.openstack.org has 2 open ports for MQTT traffic: * **1883** - The default MQTT port * **80** - Uses websockets for the MQTT communication * **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 ------