Ghanshyam Mann | 68600b1 | 2019-10-09 03:05:07 +0000 | [diff] [blame] | 1 | Supported OpenStack Releases and Python Versions |
| 2 | ================================================ |
| 3 | |
Ghanshyam Mann | 551e8d7 | 2020-02-04 09:04:30 -0600 | [diff] [blame] | 4 | This document lists the officially supported OpenStack releases |
Ghanshyam Mann | 68600b1 | 2019-10-09 03:05:07 +0000 | [diff] [blame] | 5 | and python versions by Tempest. |
| 6 | |
| 7 | Compatible OpenStack Releases |
| 8 | ----------------------------- |
| 9 | |
| 10 | Tempest master supports the below OpenStack Releases: |
| 11 | |
Ghanshyam Mann | f8625f0 | 2020-12-21 12:41:55 -0600 | [diff] [blame] | 12 | * Victoria |
Vishakha Agarwal | e8f1876 | 2020-05-02 21:54:58 +0530 | [diff] [blame] | 13 | * Ussuri |
Ghanshyam Mann | 68600b1 | 2019-10-09 03:05:07 +0000 | [diff] [blame] | 14 | * Train |
Ghanshyam Mann | 68600b1 | 2019-10-09 03:05:07 +0000 | [diff] [blame] | 15 | |
| 16 | For older OpenStack Release: |
| 17 | |
| 18 | For any older OpenStack Release than the listed above, Tempest master might work. But if |
| 19 | Tempest master starts failing then, you can use the respective Tempest tag listed in OpenStack |
| 20 | release page. |
| 21 | |
| 22 | For example: OpenStack Stein: Tempest 20.0.0 |
| 23 | |
| 24 | * https://releases.openstack.org/stein/index.html#stein-tempest |
| 25 | |
| 26 | How to use Tempest tag on Extended Maintenance stable branch: |
Ghanshyam Mann | 551e8d7 | 2020-02-04 09:04:30 -0600 | [diff] [blame] | 27 | |
| 28 | * https://review.opendev.org/#/c/705098/ |
Ghanshyam Mann | 68600b1 | 2019-10-09 03:05:07 +0000 | [diff] [blame] | 29 | |
| 30 | Supported Python Versions |
| 31 | ------------------------- |
| 32 | |
| 33 | Tempest master supports the below python versions: |
| 34 | |
Ghanshyam Mann | 68600b1 | 2019-10-09 03:05:07 +0000 | [diff] [blame] | 35 | * Python 3.6 |
| 36 | * Python 3.7 |
Ghanshyam Mann | f8625f0 | 2020-12-21 12:41:55 -0600 | [diff] [blame] | 37 | * Python 3.8 |