Merge "labs: export only nodes that we built"

This commit is contained in:
Jenkins 2014-08-26 17:27:51 +00:00 committed by Gerrit Code Review
commit e00c0077bd

View File

@ -175,7 +175,7 @@ function export_appliance {
done
rm -f "$EXPORT_OVA"
mkdir -pv "$IMG_DIR"
$VBM export controller network compute --output "$EXPORT_OVA"
$VBM export $nodes --output "$EXPORT_OVA"
echo >&2 "Appliance exported"
echo >&2 "Reattaching shared folders"
local ii=0