From a955095f8369e2e15c97a536edc1a9c077208129 Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Fri, 22 Mar 2019 04:59:15 +0000 Subject: [PATCH] Add releasenote to tag the Tempest for Stein release This commit adds the releasenote to tag Tempest for Stein and needed for version 20.0.0 to release. This relesenote also mark end of support for Ocata release as ocata is in EM state. Once we release the Tempest 20.0.0, we will remove the ocata job from master gate. Change-Id: I93bf37e31497881536b85783dc3cff70a56b04cb --- ...tempest-stein-release-18bad34136a2e6ef.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml diff --git a/releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml b/releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml new file mode 100644 index 0000000000..212cf7d1c6 --- /dev/null +++ b/releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml @@ -0,0 +1,18 @@ +--- +prelude: > + This release is to tag the Tempest for OpenStack Stein release. + This release marks the start of Stein release support in Tempest and + the end of support for Ocata in Tempest. + After this release, Tempest will support below OpenStack Releases: + + * Stein + * Rocky + * Queens + * Pike + + Current development of Tempest is for OpenStack Train development + cycle. Every Tempest commit is also tested against master during + the Train cycle. However, this does not necessarily mean that using + Tempest as of this tag will work against a Train (or future release) + cloud. + To be on safe side, use this tag to test the OpenStack Stein release.