Switch legacy job to Py3

Our legacy job is running on py2.7, let's switch to py3 before dropping py2.7

Change-Id: I8c415be1b7d3bc4042da5fbdafbea722bdd5509b
This commit is contained in:
Iury Gregory Melo Ferreira 2019-11-13 14:42:55 +01:00
parent a583260861
commit 391877a084
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
export DEVSTACK_GATE_TEMPEST_BAREMETAL_BUILD_TIMEOUT=1200
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_BUILD_DEPLOY_RAMDISK=False"
export DEVSTACK_GATE_TLSPROXY=0
export DEVSTACK_GATE_USE_PYTHON3=True
EOF
chdir: '{{ ansible_user_dir }}/workspace'