install: Removes empd socket workaround.

RabbitMQ packages from obs no longer need epmd.socket workaround.

Change-Id: I0fa74acbdaee6e3cb1215c24c985f5aa00ec4e41
This commit is contained in:
Pranav Salunke 2016-03-18 10:58:37 +01:00
parent a6d08bdbed
commit f87acef014

View File

@ -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