From c3d76e654eca0577cd41dffcb6311308c9ccf5b5 Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Wed, 13 Feb 2019 16:11:41 +0400 Subject: [PATCH] Add --wait to stack create command Change-Id: I63d283001695fe9085992a8db08e7b75444356f9 --- maintenance-ci/common/scripts/deploy_heat_stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2