Browse code

Merge "Set INSTALL_TEMPEST to default true"

Jenkins authored on 2015/03/19 02:52:20
Showing 1 changed files
... ...
@@ -66,7 +66,7 @@ BUILD_TIMEOUT=${BUILD_TIMEOUT:-196}
66 66
 # This must be False on stable branches, as master tempest
67 67
 # deps do not match stable branch deps. Set this to True to
68 68
 # have tempest installed in devstack by default.
69
-INSTALL_TEMPEST=${INSTALL_TEMPEST:-"False"}
69
+INSTALL_TEMPEST=${INSTALL_TEMPEST:-"True"}
70 70
 
71 71
 
72 72
 BOTO_MATERIALS_PATH="$FILES/images/s3-materials/cirros-${CIRROS_VERSION}"