From 06d409b861b6c634cc57b7b4cb408d7ea3dbf3fd Mon Sep 17 00:00:00 2001 From: Pranav Salunke Date: Mon, 11 May 2015 13:30:21 +0200 Subject: [PATCH] install-guide: Remove epmdsocket workaround Removes the epmd.socket workaround for rabbitmq under opensuse;sles. As the bug is fixed on obs for kilo packages with a temporary work-around while the complete fix is under progress, rabbitmq should work without any further modifications. Change-Id: I325c941390664e711a23046c883b88a06ae04854 --- doc/install-guide/section_basics-queue.xml | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/doc/install-guide/section_basics-queue.xml b/doc/install-guide/section_basics-queue.xml index 1252cb9034..a69824c45b 100644 --- a/doc/install-guide/section_basics-queue.xml +++ b/doc/install-guide/section_basics-queue.xml @@ -47,29 +47,6 @@ To configure the message queue service - Configure access to epmd on the controller IP: - # cp /usr/lib/systemd/system/epmd.socket /etc/systemd/system/ - - Edit /etc/systemd/system/epmd.socket - and add a second ListenStream line: - ListenStream=10.0.0.11:4369 - Reload systemd files: - # systemctl daemon-reload - - - This is discussed in openSUSE - bug#927301. - - The epmd.socket service should be listening on the controller - management interface. Restart the service if required. - - - # systemctl status epmd.socket -# systemctl restart epmd.socket - - - Start the message queue service and configure it to start when the system boots: