From aeae198c17240b9cf150708f26b3d0bb184ff526 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Wed, 28 Sep 2022 02:49:39 +0200 Subject: [PATCH] Stop installing Tempest at system wide for stable branch As added in notes for INSTALL_TEMPEST variable, we need to set this to False for a stable branch so that devstack does not install Tempest system wide. Change-Id: I8a79feedb676514dfe9c3125c9d8e66417547d52 --- lib/tempest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempest b/lib/tempest index 3dd88b535d..a7916f896f 100644 --- a/lib/tempest +++ b/lib/tempest @@ -58,7 +58,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