Merge "XenAPI: Add exit point after JEOS installation"

This commit is contained in:
Jenkins 2014-10-16 16:36:40 +00:00 committed by Gerrit Code Review
commit 664830a16f

View File

@ -244,6 +244,11 @@ else
vm_uuid=$(xe vm-install template="$TNAME" new-name-label="$GUEST_NAME")
fi
if [ -n "${EXIT_AFTER_JEOS_INSTALLATION:-}" ]; then
echo "User requested to quit after JEOS instalation"
exit 0
fi
#
# Prepare VM for DevStack
#