diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-03-21 18:55:32 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-03-21 18:55:33 +0000 |
commit | c032ce47b60c41c9d46bcb61eaacc27555ebfd2b (patch) | |
tree | 538663f38b8a9aede90074da760a77da152359d7 /api-guide | |
parent | f03bbbab68408e0b3a311256962211b4f5d2cd1e (diff) | |
parent | e5b0b06d18a16d0b1725ce970f4e0dc0409b5a38 (diff) | |
download | nova-c032ce47b60c41c9d46bcb61eaacc27555ebfd2b.tar.gz |
Merge "Remove /v1.1 endpoint from api-guide"
Diffstat (limited to 'api-guide')
-rw-r--r-- | api-guide/source/index.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/api-guide/source/index.rst b/api-guide/source/index.rst index 672cf0f547..72d90ef6eb 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 ======== |