Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created October 14, 2017 01:11
Show Gist options
  • Save gowatana/8aca456abbca468c383d5c383d90ca20 to your computer and use it in GitHub Desktop.
Save gowatana/8aca456abbca468c383d5c383d90ca20 to your computer and use it in GitHub Desktop.
VMNAME=hakobune01
IMAGELIST=all_images.txt
cat $IMAGELIST | tail -n +2 | awk '{print $1}' | while read IMG
do
acli vm.disk_create $VMNAME clone_from_image=$IMG
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment