From 1c6076a2fb62aa1ea52daeef75e6514d84ed4736 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Tue, 8 Dec 2015 02:03:51 +0000 Subject: [PATCH] Fix the endpoint of /v2 on concept doc As the folloing content of etc/nova/api-paste.ini, legacy v2 endpoint is /v2, not /v2.1. /v1.1: openstack_compute_api_v21_legacy_v2_compatible /v2: openstack_compute_api_v21_legacy_v2_compatible /v2.1: openstack_compute_api_v21 So this patch fixes the endpoint. Partially implements blueprint complete-todo-in-api-concept-doc Change-Id: I6d9346ced38f522c516778cadae217d1d5c9cff1 --- api-guide/source/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-guide/source/index.rst b/api-guide/source/index.rst index e4babaa6a047..43f62acbc575 100644 --- a/api-guide/source/index.rst +++ b/api-guide/source/index.rst @@ -59,7 +59,8 @@ Following the Liberty release, every Nova deployment should have the following endpoints: * / - list of available versions -* /v2.0 - the first version of the Compute API, uses extensions +* /v2 - the first version of the Compute API, uses extensions + (we call this Compute API v2.0) * /v1.1 - an alias for v2.0 for backwards compatibility * /v2.1 - same API, except uses microversions