The first step would be to create a raw image on Client1. This will represent the main HDD of the virtual machine, so make sure to give it as much space as you will need.
kvm-img create -f raw server.img 5G
Unmount the Loop partition
sudo umount /mnt
Change the filesystem label of serverfinal.img to 'uec-rootfs'
sudo tune2fs -L uec-rootfs serverfinal.img
Now, we have all the components of the image ready to be uploaded to OpenStack imaging server.
