Add yoga release note prelude

Also update the max microversion for yoga in the api version
history document.

Change-Id: I0573499b6d4141d3739033d3af5dbfec681fa908
This commit is contained in:
Brian Rosmaita 2022-03-11 08:58:20 -05:00
parent 9a8f867321
commit b69353b6c8
2 changed files with 25 additions and 2 deletions

View File

@ -514,7 +514,7 @@ equivalent to ``https://$(controller)s/volume/v3/volumes``. When interacting
with the cinder service as system or domain scoped users, a project_id should
not be specified in the API path.
3.68
----
3.68 (Maximum in Yoga)
----------------------
Support ability to re-image a volume with a specific image. Specify the
``os-reimage`` action in the request body.

View File

@ -0,0 +1,23 @@
---
prelude: |
Welcome to the Yoga release of the OpenStack Block Storage service
(cinder). With this release, the Block Storage API version 3 has
reached microversion **3.68**. The cinder team would like to
bring the following points to your attention. Details may be
found throughout this document.
* Microversion 3.67 is introduced as a marker to indicate that
any instance of the Block Storage API 3.67 or greater treats
a project_id in the URL as optional. This change is backward
compatible: the API can handle legacy URLs containing a project_id
as well as URLs without a project_id. This is the case regardless
of what microversion specified in a request. See the "New
Features" section for details.
* Microversion 3.68 introduces a new volume action, ``os-reimage``,
that allows a user to replace the current content of a specified
volume with the data of a specified image supplied by the Image
service (glance). See the "New Features" section for details.
* Some new backend storage drivers have been added, and many current
drivers have added features and fixed bugs.