Skip to content
Snippets Groups Projects
Commit 33f26cd0 authored by Varac's avatar Varac
Browse files

Merge branch '418-create-vps-stage-should-be-more-verbose' into 'master'

Resolve "create-vps stage should be more verbose"

Closes #418

See merge request openappstack/openappstack!161
parents eb649d82 ab3991a1
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ then
# script exits with 0 (true) if the machine can be reused
if python3 $(dirname "$0")/can_reuse_machine.py $HOSTNAME $ip_address
then
echo "Will reuse machine with hostname '$HOSTNAME' and ip address '$ip_address'"
exit 0
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment