Merge "Fix interface option for ironic-neutron-agent"

This commit is contained in:
Zuul 2022-10-04 10:40:02 +00:00 committed by Gerrit Code Review
commit 447ee7b269
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,6 @@ user_domain_id = {{ default_user_domain_id }}
project_name = service
username = {{ ironic_keystone_user }}
password = {{ ironic_keystone_password }}
os_endpoint_type = internalURL
valid_interfaces = internal
region_name = {{ openstack_region_name }}
cafile = {{ openstack_cacert }}

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue with ``ironic-neutron-agent`` using the wrong option to
configure the interface used to communicate with the Ironic API.
`LP#1990675 <https://bugs.launchpad.net/kolla-ansible/+bug/1990675>`_