Mark block storage v2 as deprecated
The Cinder v2 API is now deprecated. This moves that reference to the "deprecated" section. This also removes the link for v1 as that has now been removed from Cinder. Also redirects the link for v1 to the v2 and v3 landing page. Change-Id: I8f65c005804cd2b38151b928212585d7a7177bbb Depends-on: I913c44799cddc37c3342729ec0ef34068db5b2d4
This commit is contained in:
parent
4858cab90e
commit
7abe1c0f3a
@ -62,12 +62,15 @@ Current API versions
|
||||
Supported API versions
|
||||
----------------------
|
||||
|
||||
`Block Storage API v2 <https://developer.openstack.org/api-ref/block-storage/v2/>`__
|
||||
|
||||
Deprecated API versions
|
||||
-----------------------
|
||||
|
||||
`Block Storage API v1 <https://developer.openstack.org/api-ref/block-storage/v1/>`__
|
||||
`Block Storage API v2 <https://developer.openstack.org/api-ref/block-storage/v2/>`__
|
||||
|
||||
.. note:: The Block Storage API v3 is functionally identical to the
|
||||
Block Storage API v2. Subsequent API v3 microversions, such as v3.1,
|
||||
differ from API v2.
|
||||
|
||||
`Identity API v2.0 <https://developer.openstack.org/api-ref/identity/v2>`__
|
||||
|
||||
|
@ -20,6 +20,8 @@ redirect 301 /api-ref-baremetal-v1.html /api-ref/baremetal/index.html
|
||||
# Redirect WADL-based Block Storage API docs to in-tree docs
|
||||
redirect 301 /api-ref-blockstorage-v1.html /api-ref/block-storage/index.html
|
||||
redirect 301 /api-ref-blockstorage-v2.html /api-ref/block-storage/index.html
|
||||
# Redirect Block Storage API v1 to v2 and v3 landing
|
||||
redirect 301 /api-ref/block-storage/v1/index.html /api-ref/block-storage/index.html
|
||||
# Redirect WADL-based Identity API docs to in-tree docs
|
||||
redirect 301 /api-ref-identity-v2.html /api-ref/identity/v2/index.html
|
||||
redirect 301 /api-ref-identity-admin-v2.html /api-ref/identity/v2-admin/index.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user