[install] Fix the incorrect outputs

backport:mitaka

Change-Id: If7ffb886d2b134918a72b7f8903be0929a324d9a
Closes-Bug: #1578987
This commit is contained in:
chen-xing 2016-05-09 13:08:10 +08:00 committed by chen.xing
parent 3e88ab6c9e
commit 1eab5ccc17
1 changed files with 8 additions and 4 deletions

View File

@ -50,7 +50,8 @@ Install and configure components
.. code-block:: console
# rabbitmqctl add_user openstack RABBIT_PASS
Creating user "openstack" ...
Creating user "openstack" ...
...done.
Replace ``RABBIT_PASS`` with a suitable password.
@ -60,7 +61,8 @@ Install and configure components
.. code-block:: console
# rabbitmqctl set_permissions openstack ".*" ".*" ".*"
Setting permissions for user "openstack" in vhost "/" ...
Setting permissions for user "openstack" in vhost "/" ...
...done.
.. only:: ubuntu or debian
@ -69,7 +71,8 @@ Install and configure components
.. code-block:: console
# rabbitmqctl add_user openstack RABBIT_PASS
Creating user "openstack" ...
Creating user "openstack" ...
...done.
Replace ``RABBIT_PASS`` with a suitable password.
@ -79,4 +82,5 @@ Install and configure components
.. code-block:: console
# rabbitmqctl set_permissions openstack ".*" ".*" ".*"
Setting permissions for user "openstack" in vhost "/" ...
Setting permissions for user "openstack" in vhost "/" ...
...done.