[install] remove unnecessary output for RabbitMQ setup

Change-Id: Ie69a795849dea4c5b9864f5f44b8d597504467ec
This commit is contained in:
KATO Tomoyuki 2016-11-04 21:27:24 +09:00
parent 8ba95a100d
commit 03972b1432

View File

@ -95,7 +95,6 @@ Install and configure components
# rabbitmqctl add_user openstack RABBIT_PASS
Creating user "openstack" ...
...done.
.. end
@ -109,7 +108,6 @@ Install and configure components
# rabbitmqctl set_permissions openstack ".*" ".*" ".*"
Setting permissions for user "openstack" in vhost "/" ...
...done.
.. end