| commit | 664830a16ff4704806a9969a747d29b0d969c683 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Oct 16 16:36:40 2014 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Oct 16 16:36:40 2014 +0000 |
| tree | 5489a73a933a66b51e013f172e895ed881e4531c | |
| parent | 77490b5eaefdc8797fd0531fc01c92ccb37400f4 [diff] | |
| parent | 2a324dd2ec51be4485eafe10a31c75bcc238144d [diff] |
Merge "XenAPI: Add exit point after JEOS installation"
diff --git a/tools/xen/install_os_domU.sh b/tools/xen/install_os_domU.sh index 75d56a8..439db68 100755 --- a/tools/xen/install_os_domU.sh +++ b/tools/xen/install_os_domU.sh
@@ -244,6 +244,11 @@ 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 #