summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghanshyam <gmann@ghanshyammann.com>2019-03-22 04:59:15 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2019-03-22 05:02:49 +0000
commita955095f8369e2e15c97a536edc1a9c077208129 (patch)
treeb7b36e8c2995a64f0799a09cc66ef16d3aa25b88
parenta51110957297e6d45578c0b1b6195f1cbf8cf226 (diff)
downloadtempest-a955095f8369e2e15c97a536edc1a9c077208129.tar.gz
Add releasenote to tag the Tempest for Stein release20.0.0
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
-rw-r--r--releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml b/releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml
new file mode 100644
index 000000000..212cf7d1c
--- /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.