Fail to create Windows2012R2 image

asked 2014-11-17 14:39:19 +0300

Calin Miclaus gravatar image

Hi,

I'm trying to create a windows2012R2 image using these tools : https://github.com/cloudbase/windows-... I've also tried using this tutorial http://docs.openstack.org/image-guide...

Both methods work, uploading the image using glance works also, but when I try to boot the instance I get the following error : Message No valid host was found. Exceeded max scheduling attempts 3 for instance ea19ffda-0000-1111-2222-feae7f8ec28d Code 500

I can provide a full nova output (--debug) if needed.

Has anyone else encountered these problem ?

edit retag flag offensive close merge delete

Comments

Could you give the nova log? Paste it in paste.openstack.org or something similar. Also, what kind of flavor are you using for the instance? If you can provide some details about your compute node(s) that would also be of use. Thanks!

Adelina gravatar imageAdelina ( 2014-11-18 13:40:22 +0300 )edit

I have pasted the nova output (--debug) here : http://pastebin.com/X8PEembC I've replaced credentials and other sensitive information with uppercase strings. I see an error on line 19, regarding a resource not being found (flavor?). Still, standard.small is available. Thanks for the help

Calin Miclaus gravatar imageCalin Miclaus ( 2014-11-19 11:19:12 +0300 )edit

I'm trying to use the image on hpcloud.com, hp's public cloud

Calin Miclaus gravatar imageCalin Miclaus ( 2014-11-19 11:28:51 +0300 )edit

I've been looking trough the nova output and sadly I don't see much that can help there.Can you give me the nova-compute logs? Also, is your image format qcow2 ?

Adelina gravatar imageAdelina ( 2014-11-19 15:58:19 +0300 )edit

Yes, the image format is qcow2. nova-compute yields the following error, I'm trying to see whats wrong : 2014-11-19 14:40:23.217 7889 ERROR nova.virt.driver [-] Compute driver option required, but not specified

Calin Miclaus gravatar imageCalin Miclaus ( 2014-11-19 17:02:18 +0300 )edit