Creating Windows 7 template to upload to Grizzly
Hi!
With Folsom, I used to create a Windows 7 image, with KVM+libvirt and then, uploading it to Glance with the following command:
glance image-create --name "Windows 7 - ULTIMATE - 32 Bits - Pre-Installed Image" --is-public true --container-format bare --disk-format qcow2 < /home/openstack/windows7-template.img
But now, when I repeat this process in Grizzly, the Windows Instance doesn't complete its boot, a Windows Message appear on VNC console:
"System Recovery Options"
I choose: "Start up repair", doesn't work... I'm trying everything but, doesn't work.
Also, I created this `Windows 7 Template' using exactly the same options of openstack instance, by dumping the instance-xxxxx.xml file and using to create the template in first place. So, the virtual CPU is the same, video board, etc...
What am I missing?
Thanks! Thiago