Ghanshyam Mann | 68600b1 | 2019-10-09 03:05:07 +0000 | [diff] [blame^] | 1 | Supported OpenStack Releases and Python Versions |
| 2 | ================================================ |
| 3 | |
| 4 | This Document list the officially supported OpenStack releases |
| 5 | and python versions by Tempest. |
| 6 | |
| 7 | Compatible OpenStack Releases |
| 8 | ----------------------------- |
| 9 | |
| 10 | Tempest master supports the below OpenStack Releases: |
| 11 | |
| 12 | * Train |
| 13 | * Stein |
| 14 | * Rocky |
| 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: |
| 27 | * https://review.opendev.org/#/c/681950/ |
| 28 | |
| 29 | Supported Python Versions |
| 30 | ------------------------- |
| 31 | |
| 32 | Tempest master supports the below python versions: |
| 33 | |
| 34 | * Python 2.7 |
| 35 | * Python 3.5 |
| 36 | * Python 3.6 |
| 37 | * Python 3.7 |