cc10323dbb
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
10 lines
437 B
YAML
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.
|