openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #23308
Grizzly multi-node setup
Hi all,
I'm trying to deploy a multi-node Grizzly (one controller, N compute nodes
running nova-compute and nova-network).
The controller seems to be doing fine.
When starting the nova services in the compute node, I get the following
error in the log:
2013-05-05 14:28:43.450 INFO nova.openstack.common.rpc.common
[ref-f007f3f4-5223-3a3a-add-e059209849039 None None] Reconnecting to AMQP
server on 192.168.1.2:5672
2013-05-05 14:28:43.468 ERROR nova.openstack.common.rpc.common
[ref-f007f3f4-5223-3a3a-add-e059209849039 None None] AMQP server on
192.168.1.2:5672 is unreachable: timed out. Trying again in 3 seconds.
a. I can ping 192.168.1.2 from my compute node
b. netstat -an in the controller shows me port 5672 has an ESTABLISHED
connection
I have not changed any rabbitmq conf (so guest/guest is being used)
Any help is appreciated.
Viktor