First time here? Check out the FAQ!
![]() | 1 | initial version |
The conductor, as the other nova services like compute, scheduler need a message queue (like RabbitMQ) to communicate with each other. If the conductor and the compute services in your deployment do not come up correctly, but your scheduler is, most likely this means that the former services do not know how to reach the message queue service and this can be down to two reasons:
1) there is no network connectivity between the MQ and the service 2) the configuration (of the failing service) is wrong, e.g. it does not point to the right queue node, wrong credentials, etc.
So I suggest you the following: