Error creating VM in openstack : oslo_messaging.rpc.server 403
I installed openstack rocky and I encountered an error while creating VM https://i.stack.imgur.com/4uOut.jpg Rabbitmq is active and the user and password are valid in the RabbitMQ https://i.stack.imgur.com/WtbNX.png Selinux permissive and ports are open https://i.stack.imgur.com/IKGPb.png
Before trying to create instances I would check which other services are not up, e.g.:
openstack compute service list
. Look into rabbitmq logs and double check your config files.All services is up
https://upinja.com/up/Screenshot-from-2020-04-15-14-19-24.png (https://upinja.com/up/Screenshot-from...)
Could you please update the question with the actual error messages and terminal output (With Code Format)? It’s annoying to copy and paste between tabs.
Unfortunately, I dont have access to copying the code, I can only type in the laboratory environment.
To me it sounds like the
transport_url
could be wrong on the compute node, have you verified that it matches the controller's configuration?