CLOUDSTACK-7143: attempt to export a vagrant box

This commit is contained in:
Leo Simons 2014-07-23 17:34:26 +02:00 committed by Rohit Yadav
parent 1821f4ec06
commit d658fc4637

View File

@ -283,7 +283,9 @@ function veewee_destroy() {
function veewee_build() {
log INFO "building new image with veewee"
bundle exec veewee vbox build "${appliance_build_name}" ${VEEWEE_BUILD_ARGS}
bundle exec veewee vbox halt "${appliance_build_name}" ${VEEWEE_ARGS}
# vbox export wants to run vbox halt itself, so don't halt!
# bundle exec veewee vbox halt "${appliance_build_name}" ${VEEWEE_ARGS}
bundle exec veewee vbox export "${appliance_build_name}" ${VEEWEE_ARGS}
}
function check_appliance_shutdown() {