From 07022c77912063984eb018ef7caca2ab2e52683e Mon Sep 17 00:00:00 2001 From: Takashi Natsume Date: Sat, 6 Aug 2022 00:16:47 +0900 Subject: [PATCH] doc: Update a PTL guide It does not need anymore to add database migration placeholders because of using alembic. So remove the description in the PTL guide. Change-Id: If958dd78ff82e2239be1af3835a51a1a3551c5d9 Signed-off-by: Takashi Natsume --- doc/source/contributor/ptl-guide.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/source/contributor/ptl-guide.rst b/doc/source/contributor/ptl-guide.rst index daf7142f10..813f1bc83e 100644 --- a/doc/source/contributor/ptl-guide.rst +++ b/doc/source/contributor/ptl-guide.rst @@ -257,10 +257,6 @@ Immediately after RC * https://wiki.openstack.org/wiki/Nova/ReleaseChecklist - * Add database migration placeholders - - * Example: https://review.opendev.org/650964 - * Drop old RPC compat code (if there was a RPC major version bump) * Example: https://review.opendev.org/543580