Deprecate API v2
Officially deprecate API v2 to encourage users to move to API v3. Change-Id: I913c44799cddc37c3342729ec0ef34068db5b2d4
This commit is contained in:
parent
669fd027bf
commit
f6d3454f60
@ -1,8 +1,8 @@
|
|||||||
:tocdepth: 2
|
:tocdepth: 2
|
||||||
|
|
||||||
================================
|
=================================
|
||||||
Block Storage API V2 (SUPPORTED)
|
Block Storage API V2 (DEPRECATED)
|
||||||
================================
|
=================================
|
||||||
|
|
||||||
.. rest_expand_all::
|
.. rest_expand_all::
|
||||||
|
|
||||||
|
@ -50,10 +50,10 @@ _KNOWN_VERSIONS = {
|
|||||||
},
|
},
|
||||||
"v2.0": {
|
"v2.0": {
|
||||||
"id": "v2.0",
|
"id": "v2.0",
|
||||||
"status": "SUPPORTED",
|
"status": "DEPRECATED",
|
||||||
"version": "",
|
"version": "",
|
||||||
"min_version": "",
|
"min_version": "",
|
||||||
"updated": "2014-06-28T12:20:21Z",
|
"updated": "2017-02-25T12:00:00Z",
|
||||||
"links": _LINKS,
|
"links": _LINKS,
|
||||||
"media-types": _MEDIA_TYPES,
|
"media-types": _MEDIA_TYPES,
|
||||||
},
|
},
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
The Cinder v2 API has now been marked as deprecated. All new client code
|
||||||
|
should use the v3 API. API v3 adds support for microversioned API calls.
|
||||||
|
If no microversion is requested, the base 3.0 version for the v3 API is
|
||||||
|
identical to v2.
|
Loading…
x
Reference in New Issue
Block a user