Skip to content
Snippets Groups Projects
Commit 29cc6d9d authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix missing transport_url for ironic inspector"

parents 78375d54 19edefaf
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ log_dir = /var/log/kolla/ironic-inspector
listen_address = {{ api_interface_address }}
listen_port = {{ ironic_inspector_port }}
transport_url = {{ rpc_transport_url }}
[oslo_messaging_notifications]
transport_url = {{ notify_transport_url }}
[ironic]
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
......
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