Fix wrong port for API and doc refs

Change-Id: I3820a4696c5241355dedda957820ce3b8fe40119
This commit is contained in:
Endre Karlson 2014-12-24 12:21:13 +01:00
parent 7c6a233349
commit c4792e2222
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ API_SERVICE_OPTS = [
default='0.0.0.0',
help='The listen IP for the Cue API server.'),
cfg.IntOpt('port',
default=6385,
default=8795,
help='The port for the Cue API server.'),
cfg.IntOpt('max_limit',
default=1000,

View File

@ -193,7 +193,7 @@ You'll now be seeing the log from the api service.
Exercising the API
==================
.. note:: If you have a firewall enabled, make sure to open port 53, as well as Cue's default port (6385).
.. note:: If you have a firewall enabled, make sure to open port 53, as well as Cue's default port (8795).
Using a web browser, curl statement, or a REST client, calls can be made to the Cue API using the following format where “command” is any of the commands listed in the :doc:`rest`