Skip to content

Commit 1368244

Browse files
committed
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. Change-Id: Idd1c02883bf37d65295d9d1295e843e766b02efc Signed-off-by: Ghanshyam Maan <[email protected]>
1 parent 4a7b148 commit 1368244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tempest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ BUILD_TIMEOUT=${BUILD_TIMEOUT:-196}
5959
# This must be False on stable branches, as master tempest
6060
# deps do not match stable branch deps. Set this to True to
6161
# have tempest installed in DevStack by default.
62-
INSTALL_TEMPEST=${INSTALL_TEMPEST:-"True"}
62+
INSTALL_TEMPEST=${INSTALL_TEMPEST:-"False"}
6363

6464
# This variable is passed directly to pip install inside the common tox venv
6565
# that is created

0 commit comments

Comments
 (0)