Changed default values of vhost, login, password

MRN-880

Change-Id: I021ec987dcade0b5caf738e3190d1afa13cbfd5d
This commit is contained in:
Igor Marnat 2013-08-30 17:56:42 +04:00
parent f4b53e4d06
commit daf9aef13e
1 changed files with 9 additions and 6 deletions

View File

@ -45,13 +45,16 @@ ssl = False
ca_certs =
# RabbitMQ credentials. Fresh RabbitMQ installation has "guest" account with "guest" password
# It is recommended to create dedicated user account for Murano using RabbitMQ web console or command line utility
login = guest
password = guest
# It's assumed here that default credentials were changed in accordance with this config.
# You can use rabbitmqctl add_user ... command for that.
# It is recommended to change default credentials for Murano using RabbitMQ web console or command line utility.
login = muranouser
password = murano
#RabbitMQ virtual host (vhost). Fresh RabbitMQ installation has "/" vhost preconfigured.
# It is recommended to create dedicated vhost for Murano using RabbitMQ web console or command line utility
virtual_host = /
# RabbitMQ virtual host (vhost). Fresh RabbitMQ installation has "/" vhost preconfigured.
# It's assumed here that default vhost was changed in accordance with this config.
# You can use rabbitmqctl add_vhost ... command for that.
virtual_host = muranovhost
[ssl]
#Parameters to configure SSL for trusted HTTPS connection