Merge "Set INSTALL_TEMPEST to default true"

This commit is contained in:
Jenkins 2015-03-18 17:52:20 +00:00 committed by Gerrit Code Review
commit 392f23f68d

View File

@ -66,7 +66,7 @@ BUILD_TIMEOUT=${BUILD_TIMEOUT:-196}
# This must be False on stable branches, as master tempest # This must be False on stable branches, as master tempest
# deps do not match stable branch deps. Set this to True to # deps do not match stable branch deps. Set this to True to
# have tempest installed in devstack by default. # have tempest installed in devstack by default.
INSTALL_TEMPEST=${INSTALL_TEMPEST:-"False"} INSTALL_TEMPEST=${INSTALL_TEMPEST:-"True"}
BOTO_MATERIALS_PATH="$FILES/images/s3-materials/cirros-${CIRROS_VERSION}" BOTO_MATERIALS_PATH="$FILES/images/s3-materials/cirros-${CIRROS_VERSION}"