ironic-python-agent/releasenotes/notes/multiple-lan-channels-ee32d80150f990bf.yaml

9 lines
336 B
YAML
Raw Normal View History

---
fixes:
- |
Fixes bug where it was assumed that all BMCs operated on the default LAN
channel. IPA now iterates through all the possible LAN channels for the
IP address and returns 0.0.0.0 if the IPMI interface is not configured. See
https://bugs.launchpad.net/ironic-python-agent/+bug/1702514
for more details.