From: Vladimir Khlyunev Date: Wed, 13 Feb 2019 12:11:41 +0000 (+0400) Subject: Add --wait to stack create command X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c3d76e654eca0577cd41dffcb6311308c9ccf5b5;p=tools%2Fsustaining.git Add --wait to stack create command Change-Id: I63d283001695fe9085992a8db08e7b75444356f9 --- diff --git a/maintenance-ci/common/scripts/deploy_heat_stack.sh b/maintenance-ci/common/scripts/deploy_heat_stack.sh index d366457..9c3ac2d 100755 --- a/maintenance-ci/common/scripts/deploy_heat_stack.sh +++ b/maintenance-ci/common/scripts/deploy_heat_stack.sh @@ -33,6 +33,6 @@ set +x source "${OPENSTACK_CLIENTS_VENV}"/bin/activate set -x source "${OPENRC_FILE?}" - echo "openstack stack create -t ${HEAT_STACK_YAML} ${parameter_string} ${STACK_NAME}" | bash - + echo "openstack stack create --wait -t ${HEAT_STACK_YAML} ${parameter_string} ${STACK_NAME}" | bash - openstack stack output show "${STACK_NAME}" --all deactivate \ No newline at end of file