I would like to convert windows .iso to .qcow2 format and use in openstack.
Tried using vbox: https://www.virtualbox.org/ Not sure how to add cloud-init package to the OS, configure grub (steps 11&12)
Also tried using qemu-img commands in windows using ref https://cloudbase.it/qemu-img-windows/ able to convert image to .qcow2 format but when i upload image to openstack and launch instance. It got stuck at booting.
brew/apt install qemu
qemu-img convert xxx.iso xxx.qcow2