On the controller node, install the messaging queue server. Typically this is RabbitMQ but Qpid and ZeroMQ (0MQ) are also available.
# apt-get install rabbitmq-server
Important security consideration | |
---|---|
The rabbitmq-server package configures
the RabbitMQ service to start automatically and creates a
To change the default guest password of RabbitMQ: # rabbitmqctl change_password guest |
Congratulations, now you are ready to install OpenStack services!