diff options
author | melanie witt <melwittt@gmail.com> | 2019-04-08 21:44:28 +0000 |
---|---|---|
committer | melanie witt <melwittt@gmail.com> | 2019-04-08 22:11:52 +0000 |
commit | 96b3199d418ff1ed7b3e207515f765b2515da669 (patch) | |
tree | dc228c91d58fa8eb475f64a7f9428b2547fc8f74 /doc/source/contributor | |
parent | fb1fee6772bb101eac83845bac9022df77113aaa (diff) | |
download | nova-96b3199d418ff1ed7b3e207515f765b2515da669.tar.gz |
Add post-release checklist items to the PTL guide
We forgot to add the database migration placeholders for Rocky:
https://review.openstack.org/650964
So add the steps explicitly to the guide to help in the future.
Change-Id: If670a82cee59438f9bff9a962083ebf040b9a779
Diffstat (limited to 'doc/source/contributor')
-rw-r--r-- | doc/source/contributor/ptl-guide.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/contributor/ptl-guide.rst b/doc/source/contributor/ptl-guide.rst index f5fa9305cf..8927845786 100644 --- a/doc/source/contributor/ptl-guide.rst +++ b/doc/source/contributor/ptl-guide.rst @@ -243,6 +243,18 @@ Immediately after RC * Look for bot proposed changes to reno and stable/<cycle> +* Follow the post-release checklist + + * https://wiki.openstack.org/wiki/Nova/ReleaseChecklist + + * Add database migration placeholders + + * Example: https://review.openstack.org/650964 + + * Drop old RPC compat code (if there was a RPC major version bump) + + * Example: https://review.openstack.org/543580 + * Create the launchpad series for the next cycle * Set the development focus of the project to the new cycle series |