a1d19d97b5
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
9 lines
370 B
YAML
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>`_).
|