Re: [Openstack] HELP: create VM failure

2012-04-02 Thread Philipp Wollermann
Hi Sam, did you check /etc/nova/nova-compute.conf ? Ubuntu has this special configuration file in which the libvirt_type is set again, overriding what you set in nova.conf. I didn't notice that on my first install of OpenStack on Ubuntu, causing instance spawning to fail. Best regards, Philipp

Re: [Openstack] HELP: create VM failure

2012-04-02 Thread Razique Mahroua
Hello,looks like you are trying to run an image with an architecture the hypervisors doesn't support.What kind of cpu is on the hv ? Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 2 avr. 2012 à 00:04, Leander Bessa a écrit :Maybe you specified --libvirt_type=hvm instead of --libvirt_typ

Re: [Openstack] HELP: create VM failure

2012-04-01 Thread Yong Sheng Gong
I am also using ubuntu vm under vmware. I can run this command.check if you enabled the virtual Intel Vt-x/EPT or AMD-V/RVI on Vm setting of this vmware vm.-openstack-bounces+gongysh=cn.ibm@lists.launchpad.net wrote: -To: Leander Bessa From: Sam Su Sent by: openstack-bounces+gongysh=cn.

Re: [Openstack] HELP: create VM failure

2012-04-01 Thread Sam Su
Hi Leander, Thank you for you response. I have double checked the value of libvirt_type in nova.conf, it is kvm, not hvm. I search this problem in Google, it looks like a bug of libvirt before. https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/445253 I tried to change libvirt_type=qemu

Re: [Openstack] HELP: create VM failure

2012-04-01 Thread Leander Bessa
Maybe you specified --libvirt_type=hvm instead of --libvirt_type=kvm in your nova.conf file. On Sun, Apr 1, 2012 at 8:44 PM, Sam Su wrote: > Hi, > > I am trying to deploy Openstack all-in-one environment (Nova, Glance, > Keystone, Dashboard ) from scratch in an Ubuntu 12.04 server, After > insta