Allow guest remote access to rabbitmq
Since RabbitMQ version 3.3.0, the guest user has no remote access, document how to enable it for SUSE distros. Backport: juno Change-Id: I3032c8e867d3e367004907da8d8479dc61beca66 Closes-Bug: #1390419
This commit is contained in:
parent
fff7afd0ea
commit
69c9c65dae
@ -80,6 +80,15 @@
|
||||
of each OpenStack service that uses the message broker.</para>
|
||||
</note>
|
||||
</step>
|
||||
<step os="opensuse;sles">
|
||||
<para>
|
||||
If you are running RabbitMQ version 3.3.0 or higher, you
|
||||
need to allow remote connection of the guest user as well.
|
||||
Edit <filename>/etc/rabbitmq/rabbitmq.config</filename> and
|
||||
add or uncomment this line:
|
||||
<programlisting>{loopback_users, []}</programlisting>
|
||||
</para>
|
||||
</step>
|
||||
</procedure>
|
||||
<para>Congratulations, now you are ready to install OpenStack
|
||||
services!</para>
|
||||
|
Loading…
Reference in New Issue
Block a user