Setting Python version explicitly to 3 for devstack jobs

* Backports to stable/train are now failing because tempest requires
  Py3 but for some reason Py2 is provided. So we have to explicitly
  define the version of Python in master because there are no
  stable branches for tempest.

Change-Id: I19b57e686306b9d3f26bc5a0228ebf5d7c08bb20
This commit is contained in:
Renat Akhmerov 2020-04-02 15:47:53 +07:00
parent 6f746b9228
commit 3ff9a7efc4
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
MYSQL_ROOT_PW: secretdatabase
MISTRAL_USE_MOD_WSGI: true
MISTRAL_RPC_IMPLEMENTATION: oslo
USE_PYTHON3: true
devstack_services:
heat: true
h-api: true