Merge "Fix missing transport_url for ironic inspector"

This commit is contained in:
Zuul 2019-01-23 07:21:53 +00:00 committed by Gerrit Code Review
commit 29cc6d9dd7
1 changed files with 4 additions and 0 deletions

View File

@ -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 }}