Merge "Fix ironic interface option for ironic-inspector"

This commit is contained in:
Zuul 2022-11-02 08:04:43 +00:00 committed by Gerrit Code Review
commit 4fa36cbe08
2 changed files with 7 additions and 1 deletions

View File

@ -27,7 +27,7 @@ user_domain_id = {{ default_user_domain_id }}
project_name = service project_name = service
username = {{ ironic_inspector_keystone_user }} username = {{ ironic_inspector_keystone_user }}
password = {{ ironic_inspector_keystone_password }} password = {{ ironic_inspector_keystone_password }}
os_endpoint_type = internalURL valid_interfaces = internal
cafile = {{ openstack_cacert }} cafile = {{ openstack_cacert }}
region_name = {{ openstack_region_name }} region_name = {{ openstack_region_name }}
{% else %} {% else %}

View File

@ -0,0 +1,6 @@
---
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>`_