Merge "Run heat tempest tests if heat is enabled in devstack."

This commit is contained in:
Jenkins 2013-06-07 00:54:13 +00:00 committed by Gerrit Code Review
commit 9528ffd4bf

View File

@ -255,6 +255,11 @@ function configure_tempest() {
iniset $TEMPEST_CONF boto http_socket_timeout 30
iniset $TEMPEST_CONF boto ssh_user ${DEFAULT_INSTANCE_USER:-cirros}
# orchestration
if is_service_enabled heat; then
iniset $TEMPEST_CONF orchestration heat_available "True"
fi
echo "Created tempest configuration file:"
cat $TEMPEST_CONF