The default port is not 0.0.0.0, it is 9001

Change-Id: I3b9b475f4e48832f37f00109aabc91ae8ae2759a
This commit is contained in:
Andrew Ruthven 2014-01-13 03:24:20 +13:00
parent eb3dd73666
commit 4aa6edee6f
1 changed files with 1 additions and 1 deletions

View File

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