Merge "Fix wrong port for API and doc refs"

This commit is contained in:
Jenkins 2015-01-05 21:12:54 +00:00 committed by Gerrit Code Review
commit 6dd5bcab06
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -193,7 +193,7 @@ You'll now be seeing the log from the api service.
Exercising the API 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` 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`