kolla-ansible/releasenotes/notes/ironic-neutron-agent-interface-75fd4fbb1d3eb843.yaml
Pierre Riteau 39eafd068b Fix interface option for ironic-neutron-agent
The correct option to use is valid_interfaces [1], not os_endpoint_type.

[1] https://docs.openstack.org/networking-baremetal/latest/configuration/ironic-neutron-agent/config.html#ironic

Closes-Bug: #1990675
Change-Id: I35e7d3072c6340f4ecbe02f8961158bcb663954e
2022-09-26 10:52:38 +02:00

7 lines
235 B
YAML

---
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>`_