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" }, {