Edit configuration file:
user@work:~/murano-conductor$ nano ./etc/conductor.confChange it according to your environment.
[DEFAULT] section is responsible for logging.
[heat] points where heat is running.
[rabbitmq] section points where your rabbitMQ installed and configured.
[DEFAULT] log_file = logs/conductor.log debug=True verbose=True [heat] auth_url = http://localhost:5000/v2.0 [rabbitmq] host = localhost port = 5672 virtual_host = murano login = murano password = murano


