Re: [Openstack] VM creation failure

2013-02-26 Thread Javier Alvarez
Hello JuanFra, How can I check that? I have rabbitmq-server running on the controller node and I have set rabbit_host property in the .conf files. Also, if I restart nova-compute service, I get the following message: 2013-02-26 09:43:52 INFO nova.rpc.common [-] Connected to AMQP server on

Re: [Openstack] VM creation failure

2013-02-26 Thread Unmesh Gurjar
Javier, The stack trace you provided indicates that the allocate network call from Compute (to nova-network) timed out. I would suggest checking the nova-network logs, that might give some insight. Also, IMO, the create instance request is being served by Compute means the RabbitMQ is working.

Re: [Openstack] VM creation failure

2013-02-26 Thread Javier Alvarez
Hello, Apparently the problem was that, following a tutorial, I created a network in multi-host mode but in my case nova-network is only running in the controller node. Regards, Javi On 26/02/13 11:44, Unmesh Gurjar wrote: Javier, The stack trace you provided indicates that the allocate

[Openstack] VM creation failure

2013-02-25 Thread Javier Alvarez
Hello, I'm trying to setup OpenStack Essex on Debian and I'm getting an error when creating new VMs. The problem arises when trying to allocate the network of the VM, but I'm not sure why it's happening, I'm using nova-network, and that's the log output: 2013-02-25 18:20:28 AUDIT