diff --git a/etc/murano-api.conf b/etc/murano-api.conf index 66d59f698..ef2a06685 100644 --- a/etc/murano-api.conf +++ b/etc/murano-api.conf @@ -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