Change port and version on v3 endpoints example
On doc/source/api_curl_examples.rst the GET /v3/endpoints example response section had http://localhost:35357/v2.0 but API v2 was removed so it was modified to http://localhost:5000/v3. Change-Id: Ic51c2d530296c9a92245b34b50fea5e82036d163
This commit is contained in:
parent
cd8f7a5036
commit
8cc91845fb
@ -877,7 +877,7 @@ Example response:
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"service_id": "bd7397d2c0e14fb69bae8ff76e112a90",
|
||||
"url": "http://localhost:35357/v2.0"
|
||||
"url": "http://localhost:5000/v3"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
|
Loading…
Reference in New Issue
Block a user