Public bug reported: Page: https://docs.openstack.org/nova/2024.2/install/controller-install-rdo.html
In the [DEFAULT] section, configure RabbitMQ message queue access: [DEFAULT] # ... transport_url = rabbit://openstack:RABBIT_PASS@controller:5672/ Replace RABBIT_PASS with the password you chose for the openstack account in RabbitMQ. I think need add information about installation RabbitMQ: dnf install rabbitmq-server Enable and start: systemctl start rabbitmq-server.service systemctl enable rabbitmq-server.service Add openstack user: rabbitmqctl add_user openstack RABBIT_PASS Permit configuration, write, and read access for the openstack user: rabbitmqctl set_permissions openstack ".*" ".*" ".*" ** Affects: nova Importance: Undecided Status: New ** Tags: doc -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/2091585 Title: Install and configure controller node for Red Hat Enterprise Linux and CentOS - RabbitMQ Status in OpenStack Compute (nova): New Bug description: Page: https://docs.openstack.org/nova/2024.2/install/controller-install-rdo.html In the [DEFAULT] section, configure RabbitMQ message queue access: [DEFAULT] # ... transport_url = rabbit://openstack:RABBIT_PASS@controller:5672/ Replace RABBIT_PASS with the password you chose for the openstack account in RabbitMQ. I think need add information about installation RabbitMQ: dnf install rabbitmq-server Enable and start: systemctl start rabbitmq-server.service systemctl enable rabbitmq-server.service Add openstack user: rabbitmqctl add_user openstack RABBIT_PASS Permit configuration, write, and read access for the openstack user: rabbitmqctl set_permissions openstack ".*" ".*" ".*" To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/2091585/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp