Merge "Stop installing Tempest at system wide for stable branch" into stable/2024.1

This commit is contained in:
Zuul 2024-03-29 22:18:02 +00:00 committed by Gerrit Code Review
commit 26ba998143
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ BUILD_TIMEOUT=${BUILD_TIMEOUT:-196}
# This must be False on stable branches, as master tempest
# deps do not match stable branch deps. Set this to True to
# have tempest installed in DevStack by default.
INSTALL_TEMPEST=${INSTALL_TEMPEST:-"True"}
INSTALL_TEMPEST=${INSTALL_TEMPEST:-"False"}
# This variable is passed directly to pip install inside the common tox venv
# that is created