ironic/releasenotes/notes/idrac-remove-commit_required-d9ea849e8f5e78e2.yaml
Christopher Dearborn cc10323dbb Remove commit_required in iDRAC hardware type
The deprecated commit_required attribute in dictionaries returned
from various python-dracclient calls has been removed from
python-dracclient.  This patch removes the iDRAC hardware type's
dependency on this attribute.

Change-Id: Iaaec6ca325b5ec0a7d9ad80d14a6595ef0bd9a8e
2019-05-28 16:54:57 -04:00

10 lines
437 B
YAML

---
upgrade:
- |
``commit_required`` is no longer present in the dictionary returned by
the ``set_bios_config`` vendor passthru call in the ``idrac`` hardware
type. ``commit_required`` was split into two keys: ``is_commit_required``
and ``is_reboot_required``, which indicate the actions necessary to
complete setting the BIOS settings. ``commit_required`` was removed in
``python-dracclient`` version 3.0.0.