Configuration files of the murano-conductor service reside at /etc/murano-conductor directory. Basic configuration parameters are listed below:

[DEFAULT]
…
log_file = /var/log/murano-conductor.log

…
…
[keystone]
# URL of OpenStack KeyStone service REST
    API.

# Typically only hostname (or IP) needs to be
    changed

auth_url = http://keystone_ip:5000/v2.0
...
...
[rabbitmq]
host = <rabbitmq ip>
port = 5672
login = <rabbitmq login>
password = <rabbitmq password>
virtual_host = <rabbitmq vhost>
...
             

It’s empty but must exist.