Switch default virtualenv to python3

Change-Id: I717ee40bb7b79d62e6a4731d08d2d97f1f9071e4
This commit is contained in:
Jonathan Rosser 2021-03-10 08:39:44 +00:00
parent c067e76792
commit fdd4508a5e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ stestr_executable: "{{ _stestr_executable | default('stestr') }}"
# on choosing source it will install from git or venv
# on choosing distro it will install based on distribution
tempest_install_method: "source"
tempest_venv_python_executable: "{{ openstack_venv_python_executable | default(_tempest_venv_python_executable) | default('python2') }}"
tempest_venv_python_executable: "{{ openstack_venv_python_executable | default(_tempest_venv_python_executable) | default('python3') }}"
tempest_install_pip_executable: "{{ (tempest_venv_python_executable == 'python2') | ternary('pip', 'pip3') }}"
# Set the package install state for distribution and pip packages