Re: [Openstack-operators] Getting ERROE on compute node

2015-07-09 Thread MailingLists - EWS
Anwar, Rabbit is a separate service outside of Openstack. Make sure it is running as well [root@controller01 ~]# systemctl | grep rabbitmq rabbitmq-server.service loaded active running RabbitMQ broker ___

Re: [Openstack-operators] Getting ERROE on compute node

2015-07-08 Thread Anwar Durrani
Hi Kevin, I have confirmed that nova-conductor service is running on controller node [root@controller ~]# systemctl status openstack-nova-conductor.service openstack-nova-conductor.service - OpenStack Nova Conductor Server Loaded: loaded (/usr/lib/systemd/system/openstack-nova-conductor.serv

Re: [Openstack-operators] Getting ERROE on compute node

2015-07-08 Thread Kevin Bringard (kevinbri)
I think more than that, conductor may not be running. If you look at the original error messages, we can see that it's able to connect to the rabbit server: 2015-07-08 01:21:20.501 49721 INFO oslo.messaging._drivers.impl_rabbit [req-6f67f40a-53cc-4c95-a431-f98ab296c0c5 ] Connecting to AMQP server

Re: [Openstack-operators] Getting ERROE on compute node

2015-07-08 Thread Matt Joyce
On newer rabbitmq the guest account is disabled for remote access by default. Try not to use it. -Matt On July 8, 2015 10:07:18 AM EDT, MailingLists - EWS wrote: >Anwar, > > > >It looks like your RabbitMQ isn’t running or isn’t reachable. > > > >There were some issues that we ran into when

Re: [Openstack-operators] Getting ERROE on compute node

2015-07-08 Thread MailingLists - EWS
Anwar, It looks like your RabbitMQ isn’t running or isn’t reachable. There were some issues that we ran into when doing this. Make sure RabbitMQ is running. Double check your IPtables rules to make sure the ports are open. I also seem to recall some problem with a certain version of Rabbi

[Openstack-operators] Getting ERROE on compute node

2015-07-08 Thread Anwar Durrani
Hello Team, I am trying to implement JUNO version, I have configured controller node and trying to configure compute node, however controller node seems working fine but when i try to start following services on controller node i am getting error as below : [root@compute ~]# systemctl start opens