From e5090646a93dfc1abf31e9a85a3570cd4f116b09 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 10 Feb 2021 09:02:17 -0600 Subject: [PATCH] Stop installing Tempest at system wide for stable branch As added in notes for INSTALL_TEMPEST variable we need to set this as False for stable branch so that devstack does not install Tempest at system wide. - https://github.com/openstack/devstack/blob/aa2821eb89ab9c8048509d15fe41215c163d2f50/lib/tempest#L61 This should be done at the time when we cut the stable branch but we forgot to do that for ussuri and victoria. Change-Id: I23c77f98c2e969d8046d5212b883e343c36cd1b1 (cherry picked from commit 9a8c06231240f05fe136a40e2fc14b6f46e10471) --- lib/tempest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempest b/lib/tempest index 064d618a7e..d0d17014db 100644 --- a/lib/tempest +++ b/lib/tempest @@ -57,7 +57,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