New Question

Revision history [back]

click to hide/show revision 1
initial version

Hello,

First of all, m1.tiny is too small for a Windows vm. m1.small or higher(at least 32GB) is preferable.

Secondly, when you create the Windows image you can specify a property: --property hypervisor_type=hyperv, in order for the nova scheduler to choose the correct compute node. More info on creating the image you can find here: http://www.cloudbase.it/filtering-glance-images-for-hyper-v/

For more debugging, you can take a look at: nova service-list, to check if all the nodes are up.

Hope it helps.