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
This commit is contained in:
Ken'ichi Ohmichi 2016-03-18 14:55:55 -07:00
parent a3cd7d091c
commit e5b0b06d18
1 changed files with 3 additions and 4 deletions

View File

@ -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
========