Add general release note for 16.2.0

Also correct references to '15.3.1' (the stable/train release is
15.4.0) in another note.

Change-Id: I400c48d026c4f08f10536dc1b37f0ab617c1b71b
This commit is contained in:
Brian Rosmaita 2020-09-23 23:35:46 -04:00
parent 7e9a1177f2
commit 53d4822751
2 changed files with 31 additions and 2 deletions

View File

@ -32,7 +32,7 @@ upgrade:
your Train deployment *before* you upgrade. Please pick the least
inconvenient of the following options:
#. Upgrade your Train deployment to cinder 15.3.1 or more recent and
#. Upgrade your Train deployment to cinder 15.4.0 or more recent and
re-run the online database migrations in your Train deployment.
* This migration requires the existence of a ``__DEFAULT__`` volume
@ -63,7 +63,7 @@ upgrade:
the ``default_volume_type`` configuration option is set to a valid
existing volume type.
* After the online database migrations from cinder 15.3.1 or more
* After the online database migrations from cinder 15.4.0 or more
recent have run, you may upgrade to Ussuri in the normal way.
#. Upgrade to Ussuri, but run the online database migrations **before**

View File

@ -0,0 +1,29 @@
---
prelude: |
The Cinder project team would like to point out some issues addressed
by this release:
* This release improves the handling of the ``__DEFAULT__`` volume-type
(see "Other Notes", below) and fixes `Bug #1879578
<https://bugs.launchpad.net/cinder/+bug/1879578>`_, in which the
default type was applied too aggressively (see the discussion of
this issue in "Bug Fixes", below).
* Operators affected by `OSSN-0086
<https://wiki.openstack.org/wiki/OSSN/OSSN-0086>`_ should note that
this release updates the os-brick library used by cinder to version
3.0.3 in order to address an issue associated with the previous
fixes for `Bug #1823200
<https://bugs.launchpad.net/cinder/+bug/1823200>`_.
upgrade:
- |
This release updates the os-brick library used by Cinder to version
3.0.3 to correct hopefully the final problem with the fix for
`Bug #1823200
<https://bugs.launchpad.net/cinder/+bug/1823200>`_ in the previous
os-brick release.
See the `os-brick 3.0.3 release notes
<https://docs.openstack.org/releasenotes/os-brick/ussuri.html#relnotes-3-0-3-stable-ussuri>`_
for more information.