Doc: Add max MV update step to cycle tasks

Change-Id: I1519f9ccb044d1b177f3ea1bc1a2789ef360325e
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-04-28 14:36:41 -05:00
parent 3da597c1c1
commit 713b3572f4
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8

View File

@ -148,6 +148,11 @@ Post-Final Release
#. Make sure at least three SQLAlchemy-Migrate migrations are reserved
for potential backports (https://review.openstack.org/#/c/649436/).
#. Update the ``cinder/api/openstack/rest_api_version_history.rst`` file to
denote the maximum API microversion so the new cycle docs reflect what
version was the last one available in the previous release. See
https://review.opendev.org/#/c/724137/ for an example.
#. Unblock any new driver submission patches that missed the previous
release cycle's deadline.