From 4aa6edee6fd7310c2626a620b9191873d7643e2a Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 13 Jan 2014 03:24:20 +1300 Subject: [PATCH] The default port is not 0.0.0.0, it is 9001 Change-Id: I3b9b475f4e48832f37f00109aabc91ae8ae2759a --- doc/source/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 76f54d7de..b5d602fad 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -31,7 +31,7 @@ Designate specific Parameter Default Note =============================== ==================================== ============================================================== api_host 0.0.0.0 API listen host -api_port 0.0.0.0 API listen port +api_port 9001 API listen port control_exchange designate The MQ Control exchange agent_topic agent The topic that the Agent(s) should use central_topic central The topic that the Central should use