From 97a72ebe85fbbc7ea51ac1ce76567cd67220a759 Mon Sep 17 00:00:00 2001 From: maniksidana019 Date: Wed, 30 Jan 2019 09:58:48 +0530 Subject: [PATCH] Correcting Panko Port in documentation Changing the port from 8777->8977 Change-Id: I215ab00ff101edbffe1689b85a54efcb1f72c08e Closes-Bug:1785017 --- doc/source/install/manual.rst | 8 ++++---- doc/source/webapi/index.rst | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/install/manual.rst b/doc/source/install/manual.rst index eed929d3..463b5d5a 100644 --- a/doc/source/install/manual.rst +++ b/doc/source/install/manual.rst @@ -89,15 +89,15 @@ Installing the API Server $ openstack endpoint create $PANKO_SERVICE \ --region RegionOne \ - --publicurl "http://$SERVICE_HOST:8777" \ - --adminurl "http://$SERVICE_HOST:8777" \ - --internalurl "http://$SERVICE_HOST:8777" + --publicurl "http://$SERVICE_HOST:8977" \ + --adminurl "http://$SERVICE_HOST:8977" \ + --internalurl "http://$SERVICE_HOST:8977" .. note:: PANKO_SERVICE is the id of the service created by the first command and SERVICE_HOST is the host where the Panko API is running. The - default port value for panko API is 8777. If the port value + default port value for panko API is 8977. If the port value has been customized, adjust accordingly. 5. Choose and start the API server. diff --git a/doc/source/webapi/index.rst b/doc/source/webapi/index.rst index 2cfeaba9..f8f9076e 100644 --- a/doc/source/webapi/index.rst +++ b/doc/source/webapi/index.rst @@ -9,7 +9,7 @@ Web API You can get API version list via request to endpoint root path. For example:: - curl -H "X-AUTH-TOKEN: fa2ec18631f94039a5b9a8b4fe8f56ad" http://127.0.0.1:8777 + curl -H "X-AUTH-TOKEN: fa2ec18631f94039a5b9a8b4fe8f56ad" http://127.0.0.1:8977 Sample response:: @@ -20,7 +20,7 @@ Sample response:: "id": "v2", "links": [ { - "href": "http://127.0.0.1:8777/v2", + "href": "http://127.0.0.1:8977/v2", "rel": "self" }, {