Hi, For create a Windows instance on Openstack, first, the Windows image need to be "cooked" with some programs. Here you have a how to reference: http://docs.openstack.org/image-guide/content/windows-image.html You can find a windows server 2012(evaluation license) image ready for openstack right here: http://www.cloudbase.it/windows-cloud-images/ Just download and create the image in glance KVM as hypervisor: glance image-create --property hypervisor_type=qemu --name "Windows Server 2012 R2 Std Eval" --container-format bare --disk-format qcow2 Hyper-V as hypervisor: glance image-create --property hypervisor_type=hyperv --name "Windows Server 2012 R2 Std Eval" --container-format bare --disk-format vhd Regards, Eduardo Gonzalez 2015-09-17 19:08 GMT+02:00 venkatesh kotipalli <openstackvenkatesh at gmail.com >: > Hi All, > > Openstack can support images format is qcwo2,iso,raw,.....etc > > Supoose i have windows2012R2 iso. These iso uploaded to openstack and spin > the VM with windows2012R2 iso. Console is not appear. > > I am searching some blogs. What i am understanding some Image converted > commands,drivers but this procedure i can't digest. > > Please anyone spin the VM with windows os. Share the step by step > procedure. > > Regards > Venkatesh.k > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack at lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150918/02a39cf7/attachment.html>