[Openstack] Problem starting a VM

2013-02-05 Thread Guilherme Russi
Hello friends, I am getting problem when I try to start a VM, it keeps ate Scheduling task and doesn't start the VM. It is happining after I made a apt-get update and apt-get upgrade. I really don't know what to do, anybody can help me, please? Thank you. Guilherme.

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Ronivon Costa
Have you looked the compute.log file? You should really start from there. :D Also, if you really expect some help, you must provide some information. Search in the logs for clues, and if it can't help or you don't understand what you see, then send it along as well. Roni. No dia 5 de Fev de 2013

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Guilherme Russi
Hello Roni, thank you for returning, I don't understand the logs yet, I'm working with that, but here is a piece of my nova-compute.log: 2013-02-05 10:11:07 11592 DEBUG nova.utils [-] Got semaphore compute_resources for method update_available_resource... inner

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Ronivon Costa
Your logs contain no useful information related to your problem. You should send the piece of log that contains the information generated when you launched the vm. ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Pranav
I believe that you have broken your configuration files. Please do make sure that your nova confi files are proper. I had similar issue where in i had to change the libvirt option to QEMU because some KVM issue and the images started spawning. ___

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Guilherme Russi
I found a solution, I guess, well, I droped the tables from quantum and create a network range again, and it worked again. Now I'm trying to figure out how to insert a floating IP to ssh and ping in my VMs. Do you have any ideas? I can login in the VM, but when I type sudo ifconfig -a it has no

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Guilherme Russi
Guys, I'm trying to create the network to connect my VMs, but they don't receive the IP, my network configs in the controller node is: # eth1 - link external with the internet address 10.3.77.51 # eth0 - link internal to connect the compute nodes address 192.168.3.1 And