ironic-inspector/releasenotes/notes/empty-ipmi-address-2-4d57c34aec7d14e2.yaml
Dmitry Tantsur a1d19d97b5 Do not rely on the older ipmi_address field on lookup
We need to always use bmc_address from inventory, the ipmi_address field is
there only for compatibility with older processing hooks.

Change-Id: Ibf00ecd9278af4ee9318ada44c7c670d13ac22aa
Closes-Bug: #1714944
2017-09-04 14:43:13 +02:00

9 lines
370 B
YAML

---
fixes:
- |
The older ``ipmi_address`` field in the introspection data no longer has
priority over the newer ``bmc_address`` inventory field during lookup.
This fixes lookup based on MAC addresses, when the BMC address is reported
as ``0.0.0.0`` for any reason (see `bug 1714944
<https://bugs.launchpad.net/ironic-python-agent/+bug/1714944>`_).