install: Removes empd socket workaround.
RabbitMQ packages from obs no longer need epmd.socket workaround. Change-Id: I0fa74acbdaee6e3cb1215c24c985f5aa00ec4e41
This commit is contained in:
parent
a6d08bdbed
commit
f87acef014
@ -45,28 +45,6 @@ Install and configure components
|
||||
# systemctl enable rabbitmq-server.service
|
||||
# systemctl start rabbitmq-server.service
|
||||
|
||||
.. only:: obs
|
||||
|
||||
In case the message queue service does not start and
|
||||
returns a ``nodedown`` error, perform the following actions:
|
||||
|
||||
* Copy the ``/usr/lib/systemd/system/epmd.socket`` file to the
|
||||
``/etc/systemd/system`` directory.
|
||||
|
||||
* Edit the ``/etc/systemd/system/epmd.socket`` file to contain
|
||||
the following:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[Socket]
|
||||
...
|
||||
ListenStream=MANAGEMENT_INTERFACE_IP_ADDRESS:4369
|
||||
|
||||
Replace ``MANAGEMENT_INTERFACE_IP_ADDRESS`` with the IP address
|
||||
of the management network interface on your controller node.
|
||||
|
||||
* Start the message queue service again.
|
||||
|
||||
3. Add the ``openstack`` user:
|
||||
|
||||
.. code-block:: console
|
||||
|
Loading…
Reference in New Issue
Block a user