Correcting Panko Port in documentation
Changing the port from 8777->8977 Change-Id: I215ab00ff101edbffe1689b85a54efcb1f72c08e Closes-Bug:1785017
This commit is contained in:
parent
adb1d52ceb
commit
97a72ebe85
@ -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.
|
||||
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user