Fix octavia-v2-dsvm-scenario-ubuntu-xenial

Recent changes to the octavia-tempest-plugin jobs broke the
octavia-v2-dsvm-scenario-ubuntu-xenial job as it tries to use
python3.6 on a xenial nodeset job.
This patch explicitly forces python2 for this job.

Change-Id: I95fa5f2f2fd17140a0ec892265d84542d613c04a
This commit is contained in:
Michael Johnson 2020-02-03 17:21:18 -08:00
parent ebf9010a2d
commit bbddf4b78d
1 changed files with 1 additions and 0 deletions

View File

@ -559,6 +559,7 @@
devstack_localrc: devstack_localrc:
OCTAVIA_AMP_BASE_OS: ubuntu OCTAVIA_AMP_BASE_OS: ubuntu
OCTAVIA_AMP_DISTRIBUTION_RELEASE_ID: xenial OCTAVIA_AMP_DISTRIBUTION_RELEASE_ID: xenial
USE_PYTHON3: false
- job: - job:
name: octavia-v2-dsvm-tls-barbican name: octavia-v2-dsvm-tls-barbican