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