Why are nova-conductor and nova-compute not showing in multi-node setup?
Hi guys, I have a grizzly multi-node setup according to this guide. And the problem is that I can't see nova-conductor and nova-compute listed when I run nova-manage service list...
root@cloud:~# nova-manage service list
Binary Host Zone Status State Updated_At
nova-cert cloud internal enabled :-) 2013-05-06 13:49:52
nova-consoleauth cloud internal enabled :-) 2013-05-06 13:49:52
nova-scheduler cloud internal enabled :-) 2013-05-06 13:49:52
I need the other services listed so can you help me? Also when I try to run an instance I get error state so I check the log and see:
root@cloud:~# tail /var/log/nova/nova-scheduler.log
2013-05-06 12:15:37.040 WARNING nova.scheduler.driver [req-642a0a66-9360-487e-b2cd-02ac861f9bf8 df4140890ea14aef8d5abc80d5e0b9d4 f78136edb3024417984d42337ad4bd67] [instance: 96c554c2-67d5-4a28-8899-9a7de18f2286] Setting instance to ERROR state.
2013-05-06 12:17:00.351 WARNING nova.scheduler.driver [req-0032a7ec-4f74-45ff-92cb-267d770ee7f8 df4140890ea14aef8d5abc80d5e0b9d4 f78136edb3024417984d42337ad4bd67] [instance: 082d513d-ebb7-4b74-a45a-4a58a8d7a7ef] Setting instance to ERROR state.
2013-05-06 12:19:19.502 WARNING nova.scheduler.driver [req-481c9664-3eb2-4ed6-8b7d-bbd6a26ec0da df4140890ea14aef8d5abc80d5e0b9d4 f78136edb3024417984d42337ad4bd67] [instance: b9fbbf43-99f6-40dd-a505-9c995f9500df] Setting instance to ERROR state.
2013-05-06 14:07:50.776 WARNING nova.scheduler.driver [req-9ec0386e-6d90-4fe8-85ba-a0823bd716fc df4140890ea14aef8d5abc80d5e0b9d4 f78136edb3024417984d42337ad4bd67] [instance: c1589e39-f7a2-4d36-9669-1957b821d1c6] Setting instance to ERROR state.
2013-05-06 14:28:48.564 WARNING nova.scheduler.driver [req-4587b13b-dc76-41c1-b779-9c6caa207285 df4140890ea14aef8d5abc80d5e0b9d4 f78136edb3024417984d42337ad4bd67] [instance: 96a8be77-6bd2-417d-a32e-1e3c1dc83fe1] Setting instance to ERROR state.
More debugging info:
Any help? Please.
Are there any errors or warnings in the /var/log/nova/nova-conductor.log and nova-compute.log files?
Yes there are... see here please, nova-conductor.log: http://pastebin.com/prrpkABU | nova-compute.log: http://pastebin.com/Uja2c94s
Is your message queue server up?
Yes... is up and all the other services are on to ... I don't know what is wrong :s
One more question, your compute node is on different server with nova-conductor and nova-compute services running?