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

Merge "Fix ironic interface option for ironic-inspector"

parents 6c9d1f9b fa96fd1a
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ user_domain_id = {{ default_user_domain_id }}
project_name = service
username = {{ ironic_inspector_keystone_user }}
password = {{ ironic_inspector_keystone_password }}
os_endpoint_type = internalURL
valid_interfaces = internal
cafile = {{ openstack_cacert }}
region_name = {{ openstack_region_name }}
{% else %}
......
---
fixes:
- |
Fixes an issue with ``ironic-inspector`` using the wrong option to
configure the interface used to communicate with the Ironic API.
`LP#1995246 <https://bugs.launchpad.net/kolla-ansible/+bug/1995246>`_
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