ironic-python-agent/releasenotes/notes/ipmi-cleanup-a4454f6851d81c4d.yaml
Dmitry Tantsur f153a741e1 Clean up deprecated items in the inspection code
* Remove support for setting IPMI credentials (removed from inspector in Pike)
* Stop sending the ipmi_address field (bmc_address is used instead since Pike)

Change-Id: I1696041db62ba27e5d31e8481cb225a43d7e2a46
Closes-Bug: #1654318
2017-09-19 14:05:13 +02:00

9 lines
324 B
YAML

---
upgrade:
- |
Support for setting IPMI credentials during inspection was removed. This
feature is not supported by ironic-inspector since the Pike release.
- |
The ``ipmi_address`` field is no longer sent as part of the inspection
process. The ``inventory[bmc_address]`` field should be used instead.