Re: [Openstack] Can't connect to RabbitMQ

2013-10-31 Thread Florian Lindner
Am Mittwoch, 30. Oktober 2013, 22:35:34 schrieb Dheerendra: > Good. Can you share the configuration file-nova.conf on compute ? It will > help everybody. Of course: root@compute1:~# cat /etc/nova/nova.conf [DEFAULT] dhcpbridge_flagfile=/etc/nova/nova.conf dhcpbridge=/usr/bin/nova-dhcpbridge logdi

Re: [Openstack] Can't connect to RabbitMQ

2013-10-30 Thread Dheerendra
Good. Can you share the configuration file-nova.conf on compute ? It will help everybody. -Dheerendra On Wed, Oct 30, 2013 at 8:25 PM, Florian Lindner wrote: > Am Mittwoch, 30. Oktober 2013, 19:02:33 schrieb Dheerendra: > > also look at the logs /var/log/nova/nova-network.log on compute node. I

Re: [Openstack] Can't connect to RabbitMQ

2013-10-30 Thread Florian Lindner
Am Mittwoch, 30. Oktober 2013, 19:02:33 schrieb Dheerendra: > also look at the logs /var/log/nova/nova-network.log on compute node. It > should tell whether it is able to connect to rabbit on controller. I got now! The problem was a missing database entry on the compute node. Sorry guys for this

Re: [Openstack] Can't connect to RabbitMQ

2013-10-30 Thread Dheerendra
also look at the logs /var/log/nova/nova-network.log on compute node. It should tell whether it is able to connect to rabbit on controller. -Dheerendra On Wed, Oct 30, 2013 at 6:41 PM, Dheerendra < dheerendra.madhusudh...@gmail.com> wrote: > Hi Florian > > I observed this kind of issue when the

Re: [Openstack] Can't connect to RabbitMQ

2013-10-30 Thread Dheerendra
Hi Florian I observed this kind of issue when there is race condition. 1. RabbitMQ is NOT running on controller-node 2. You issue nova-network from compute-node. Now this step hangs. 3. Just see what is happening in nova-api.log on controller(tail -f /var/log/nova/nova-api.log) 4. Now you start t

Re: [Openstack] Can't connect to RabbitMQ

2013-10-30 Thread Florian Lindner
Am Dienstag, 29. Oktober 2013, 14:32:00 schrieb Razique Mahroua: > You are using Neutron? > Looks like the Neutron server is unable to perform the request actually Actually no, I don't think so, I think I use the nova-network. The documentation http://docs.openstack.org/havana/install-guide/inst

Re: [Openstack] Can't connect to RabbitMQ

2013-10-29 Thread Razique Mahroua
You are using Neutron? Looks like the Neutron server is unable to perform the request actually On October 29, 2013 at 12:00:18, Florian Lindner (mailingli...@xgm.de) wrote: Am Montag, 28. Oktober 2013, 13:44:00 schrieb Craig E. Ward: > On the RabbitMQ server, are vhost and user id setup correc

Re: [Openstack] Can't connect to RabbitMQ

2013-10-29 Thread Florian Lindner
Am Montag, 28. Oktober 2013, 13:44:00 schrieb Craig E. Ward: > On the RabbitMQ server, are vhost and user id setup correctly? Ok, part of the problem seemed to be that the documentation assumed I set the password guest for the rabbit guest account. Did that now and the problem changed: root@con

Re: [Openstack] Can't connect to RabbitMQ

2013-10-29 Thread Razique Mahroua
Can you from the compute node try: $ telnet controller 5672 and see what u got - Razique 2013/10/29 Florian Lindner > Am Montag, 28. Oktober 2013, 13:44:00 schrieb Craig E. Ward: > > On the RabbitMQ server, are vhost and user id setup correctly? > > I hope so. I followed the documentation by t

Re: [Openstack] Can't connect to RabbitMQ

2013-10-29 Thread Florian Lindner
Am Montag, 28. Oktober 2013, 13:44:00 schrieb Craig E. Ward: > On the RabbitMQ server, are vhost and user id setup correctly? I hope so. I followed the documentation by the letter, they did nothing to rabbitmq but installing and chaning the guest password. http://docs.openstack.org/havana/instal

Re: [Openstack] Can't connect to RabbitMQ

2013-10-28 Thread Razique Mahroua
Interesting, never know about that thanks! On Oct 28, 2013, at 13:44, Craig E. Ward wrote: > On the RabbitMQ server, are vhost and user id setup correctly? > > % rabbitmqctl list_users > > % rabbitmqctl list_vhosts > > The user and vhost should match what is in the OpenStack configurations.

Re: [Openstack] Can't connect to RabbitMQ

2013-10-28 Thread Craig E. Ward
On the RabbitMQ server, are vhost and user id setup correctly? % rabbitmqctl list_users % rabbitmqctl list_vhosts The user and vhost should match what is in the OpenStack configurations. On 10/28/13 1:14 PM, Florian Lindner wrote: Am Montag, 28. Oktober 2013, 12:04:02 schrieb Razique Mahrou

Re: [Openstack] Can't connect to RabbitMQ

2013-10-28 Thread Florian Lindner
Am Montag, 28. Oktober 2013, 12:04:02 schrieb Razique Mahroua: > hey > is «controller» a hostame all ur servers can resolve? Yes, set in /etc/hosts. Regards, Florian > > - Razique > > On Oct 28, 2013, at 11:40, Florian Lindner wrote: > > Hello, > > > > I've installed OpenStack on a Ubuntu 12

Re: [Openstack] Can't connect to RabbitMQ

2013-10-28 Thread Razique Mahroua
hey is «controller» a hostame all ur servers can resolve? - Razique On Oct 28, 2013, at 11:40, Florian Lindner wrote: > Hello, > > I've installed OpenStack on a Ubuntu 12.04 VM according to the install guide. > It worked fine until I created the compute node on a second VM and tried to > set