From e5b0b06d18a16d0b1725ce970f4e0dc0409b5a38 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Fri, 18 Mar 2016 14:55:55 -0700 Subject: [PATCH] Remove /v1.1 endpoint from api-guide Since Id695f60e30b14f939973e3610c7750b83a14d0d0 , the endpoint /v1.1 has been removed. So it is nice to remove it from api-guide also to avoid unnecessary confusions. Change-Id: I1a70fec5568468c088f60986b9edd8bd1bf97314 --- api-guide/source/index.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/api-guide/source/index.rst b/api-guide/source/index.rst index 194bdc361c80..907273433d9c 100644 --- a/api-guide/source/index.rst +++ b/api-guide/source/index.rst @@ -55,18 +55,17 @@ be made available to most end users but this is fully configurable. API Versions ============ -Following the Liberty release, every Nova deployment should have +Following the Mitaka release, every Nova deployment should have the following endpoints: * / - list of available versions * /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 While this guide concentrates on documenting the v2.1 API, -please note that the v2.0 and v1.1 API are (almost) identical to first -microversion of the v2.1 API and are also covered by this guide. +please note that the v2.0 is (almost) identical to first microversion of +the v2.1 API and are also covered by this guide. Contents ========