Skip to content

Commit

Permalink
Merge "XenAPI: Add exit point after JEOS installation"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Oct 16, 2014
2 parents 77490b5 + 2a324dd commit 664830a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/xen/install_os_domU.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 664830a

Please sign in to comment.