Merge "Remove "done..." message from command output"

This commit is contained in:
Jenkins 2016-09-27 00:22:04 +00:00 committed by Gerrit Code Review
commit 4dcf703adc

View File

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