From f87acef014af48e9340db1c88336178534eaeed6 Mon Sep 17 00:00:00 2001 From: Pranav Salunke Date: Fri, 18 Mar 2016 10:58:37 +0100 Subject: [PATCH] install: Removes empd socket workaround. RabbitMQ packages from obs no longer need epmd.socket workaround. Change-Id: I0fa74acbdaee6e3cb1215c24c985f5aa00ec4e41 --- .../source/environment-messaging.rst | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/doc/install-guide/source/environment-messaging.rst b/doc/install-guide/source/environment-messaging.rst index 461eac043b..4a8beafd84 100644 --- a/doc/install-guide/source/environment-messaging.rst +++ b/doc/install-guide/source/environment-messaging.rst @@ -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