Merge "[install] remove unnecessary output for RabbitMQ setup"

This commit is contained in:
Jenkins 2016-11-07 14:45:44 +00:00 committed by Gerrit Code Review
commit 5783fc2385

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