From 96b3199d418ff1ed7b3e207515f765b2515da669 Mon Sep 17 00:00:00 2001 From: melanie witt Date: Mon, 8 Apr 2019 21:44:28 +0000 Subject: [PATCH] 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 --- doc/source/contributor/ptl-guide.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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/ +* 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