Merge "Add doc for supported OpenStack release & py version"

This commit is contained in:
Zuul 2020-01-26 00:26:50 +00:00 committed by Gerrit Code Review
commit 01b779e784
2 changed files with 45 additions and 0 deletions

View File

@ -48,6 +48,14 @@ Command Documentation
workspace
run
Supported OpenStack Releases and Python Versions
------------------------------------------------
.. toctree::
:maxdepth: 1
supported_version
Developers Guide
================

View File

@ -0,0 +1,37 @@
Supported OpenStack Releases and Python Versions
================================================
This Document list the officially supported OpenStack releases
and python versions by Tempest.
Compatible OpenStack Releases
-----------------------------
Tempest master supports the below OpenStack Releases:
* Train
* Stein
* Rocky
For older OpenStack Release:
For any older OpenStack Release than the listed above, Tempest master might work. But if
Tempest master starts failing then, you can use the respective Tempest tag listed in OpenStack
release page.
For example: OpenStack Stein: Tempest 20.0.0
* https://releases.openstack.org/stein/index.html#stein-tempest
How to use Tempest tag on Extended Maintenance stable branch:
* https://review.opendev.org/#/c/681950/
Supported Python Versions
-------------------------
Tempest master supports the below python versions:
* Python 2.7
* Python 3.5
* Python 3.6
* Python 3.7