From 8cc91845fbaeb6eed7f63085c4f47744743e613a Mon Sep 17 00:00:00 2001 From: erus Date: Sat, 27 Oct 2018 15:56:26 -0300 Subject: [PATCH] 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 --- doc/source/api_curl_examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/api_curl_examples.rst b/doc/source/api_curl_examples.rst index 3eeed4b560..ae5928c1bd 100644 --- a/doc/source/api_curl_examples.rst +++ b/doc/source/api_curl_examples.rst @@ -877,7 +877,7 @@ Example response: }, "region": "RegionOne", "service_id": "bd7397d2c0e14fb69bae8ff76e112a90", - "url": "http://localhost:35357/v2.0" + "url": "http://localhost:5000/v3" } ], "links": {