Skip to content
Snippets Groups Projects
Commit 6363c7eb authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix configuration for ironic-conductor"

parents 6fb514e0 3c14ea2e
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,12 @@ admin_token = {{ keystone_admin_token }}
host_ip = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
{% endif %}
{% if service_name == 'ironic-conductor' %}
[conductor]
api_url = http://{{ kolla_internal_address }}:{{ ironic_api_port }}
clean_nodes = false
{% endif %}
[database]
connection = mysql://{{ ironic_database_user }}:{{ ironic_database_password }}@{{ ironic_database_address }}/{{ ironic_database_name }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment