New Question

Calin Miclaus's profile - activity

2014-11-27 15:28:00 +0300 received badge  Enthusiast
2014-11-19 18:16:50 +0300 received badge  Famous Question (source)
2014-11-19 17:42:32 +0300 commented question Fail to create Windows2012R2 image

All the articles I found regarding this problem, pointed to a lack of resources (ram/cpu/disk). I made sure this isnt the case

2014-11-19 17:02:18 +0300 commented question Fail to create Windows2012R2 image

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

2014-11-19 14:00:36 +0300 received badge  Notable Question (source)
2014-11-19 11:28:51 +0300 commented question Fail to create Windows2012R2 image

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

2014-11-19 11:19:12 +0300 commented question Fail to create Windows2012R2 image

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

2014-11-18 15:38:44 +0300 received badge  Popular Question (source)
2014-11-17 14:39:19 +0300 asked a question Fail to create Windows2012R2 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 ?