Skip to content
Snippets Groups Projects
Commit 604b61f0 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

nectar bashing

Former-commit-id: 36678cf8
parent f7a435d8
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,8 @@ case "$1" in
echo "I cannot update a stack which does not exist"
exit -45
fi
openstack stack check --wait $STACKNAME
sleep 2
openstack stack update --wait --template ./heat/gc_HOT.yaml --parameter "project_name=$STACKNAME" -e ./heat/resource_registry.yaml $STACKNAME
ret=$?
exit $ret
......@@ -84,6 +86,8 @@ case "$1" in
create_or_update)
if check_stack_exists
then
openstack stack check --wait $STACKNAME
sleep 2
openstack stack update --wait --template ./heat/gc_HOT.yaml --parameter "project_name=$STACKNAME" -e ./heat/resource_registry.yaml $STACKNAME
ret=$?
exit $ret
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment