Make tempest respect service_install_method

For all services we do respect service_install_method vairable,
and define 'source' as the default options. At the moment tempest
attempts to follow source path even for distro deployments.

Change-Id: I5256943b5f175cbf46ae36361887dd055e0c52be
This commit is contained in:
Dmitriy Rabotyagov 2023-05-22 17:29:11 +02:00
parent a871336aa0
commit 0a8459bec0
1 changed files with 1 additions and 1 deletions

View File

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