From 20813af6c26e565c6df04aaab84ea2b1bda72aff Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Mon, 21 Oct 2019 13:20:55 +0100 Subject: [PATCH] Add example of setting OPENSTACK_RELEASE to release docs Also add note about reverting the change, and provide an example for that. Change-Id: I7289a612ce53e56d097a74b5ca260b06591b9a10 --- doc/source/contributor/release-management.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/contributor/release-management.rst b/doc/source/contributor/release-management.rst index 2909e0bb1a..93aa5839a7 100644 --- a/doc/source/contributor/release-management.rst +++ b/doc/source/contributor/release-management.rst @@ -101,6 +101,8 @@ Prior to creating a release candidate: * update ``OPENSTACK_RELEASE`` variable in ``kolla/common/config.py`` + * example (kolla): https://review.opendev.org/689729 + * add `cycle highlights `__ when requested by the release team @@ -135,6 +137,10 @@ After RC1 * example (kolla): https://review.opendev.org/650419 +* revert the patch to switch OPENSTACK_RELEASE in kolla on the master branch + + * example (kolla): https://review.opendev.org/689731 + * switch to use the new release of RDO on the new stable branch (master uses the delorean development packages)