From 8c33f186498fea87e4c6cd32bd3da35494e170f3 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Mon, 26 Sep 2016 16:49:59 +0200 Subject: [PATCH] Remove "done..." message from command output When executing the mentioned actions, the output from rabbitmqctl does not contain the "done.." message anymore. Change-Id: I6be6241251de06fb4d798ecbd2bbafd776a55d59 --- doc/install-guide/source/environment-messaging.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/install-guide/source/environment-messaging.rst b/doc/install-guide/source/environment-messaging.rst index 5851e0c139..421e104baf 100644 --- a/doc/install-guide/source/environment-messaging.rst +++ b/doc/install-guide/source/environment-messaging.rst @@ -53,7 +53,6 @@ Install and configure components # rabbitmqctl add_user openstack RABBIT_PASS Creating user "openstack" ... - ...done. Replace ``RABBIT_PASS`` with a suitable password. @@ -64,7 +63,6 @@ Install and configure components # rabbitmqctl set_permissions openstack ".*" ".*" ".*" Setting permissions for user "openstack" in vhost "/" ... - ...done. .. only:: ubuntu or debian