<div dir="ltr">Hi all,<div><br></div><div>So after configuring both my controller and compute node (controller seems to be just fine now) I start the openstack-nova-compute.service on the compute node and I get errors. In the log files on the controller node I see errors:</div><div><br></div><div><div>2014-11-13 18:40:12.629 6540 INFO oslo.messaging._drivers.impl_rabbit [req-f4362edb-7a43-438c-8457-cbc712beba3a ] Connecting to AMQP server on localhost:5672</div><div>2014-11-13 18:40:15.639 6540 ERROR oslo.messaging._drivers.impl_rabbit [req-f4362edb-7a43-438c-8457-cbc712beba3a ] AMQP server localhost:5672 closed the connection. Check login credentials: Socket closed</div></div><div><br></div><div><br></div><div>And on the compute nova logs:</div><div><br></div><div><div>2014-11-13 18:43:00.225 3347 INFO oslo.messaging._drivers.impl_rabbit [req-df63effc-0731-43c6-a77a-a0290f211bcb ] Connecting to AMQP server on controller:5672</div><div>2014-11-13 18:43:00.237 3347 INFO oslo.messaging._drivers.impl_rabbit [req-df63effc-0731-43c6-a77a-a0290f211bcb ] Connected to AMQP server on controller:5672</div><div>2014-11-13 18:43:10.249 3347 WARNING nova.conductor.api [req-df63effc-0731-43c6-a77a-a0290f211bcb None] Timed out waiting for nova-conductor.  Is it running? Or did this service start before nova-conductor?  Reattempting establishment of nova-conductor connection...</div><div>2014-11-13 18:43:20.264 3347 WARNING nova.conductor.api [req-df63effc-0731-43c6-a77a-a0290f211bcb None] Timed out waiting for nova-conductor.  Is it running? Or did this service start before nova-conductor?  Reattempting establishment of nova-conductor connection...</div></div><div><br></div><div>Im pretty certain the password and config files are correct (Im using the same password for everything as this is just a test environment) so I have no clue whats going on. I can telnet to port 5672. This is what showing up when do nova service list:<br><br><div>controller nova]# nova service-list</div><div>+----+------------------+------------+----------+---------+-------+------------+-----------------+</div><div>| Id | Binary           | Host       | Zone     | Status  | State | Updated_at | Disabled Reason |</div><div>+----+------------------+------------+----------+---------+-------+------------+-----------------+</div><div>| 1  | nova-consoleauth | controller | internal | enabled | down  | -          | -               |</div><div>| 2  | nova-conductor   | controller | internal | enabled | down  | -          | -               |</div><div>| 3  | nova-cert        | controller | internal | enabled | down  | -          | -               |</div><div>| 4  | nova-scheduler   | controller | internal | enabled | down  | -          | -               |</div><div>+----+------------------+------------+----------+---------+-------+------------+-----------------+</div></div><div><br></div></div>