python-dracclient/dracclient/resources
Christopher Dearborn 72ea2323e5 Separate reboot required from commit required
This patch separates indicators for reboot required and commit required.
It does this by adding two new keys (is_reboot_required and
is_commit_required) to the dictionary returned by set/create/modify
operations while continuing to return the commit_required key for
backwards compatibility.

The commit_required key should be considered deprecated at this time and
it will be removed in a future patch.

The is_reboot_required key has an enumerated value that can have three
possible values: true, optional, and false.  This allows the return of
optional for RAID operations that can return this value.

Change-Id: I70e52868f10bfafb30bbb38b85888bc4ec8e65ae
Closes-Bug: 1732549
2018-01-22 09:36:53 -05:00
..
__init__.py Add power management 2015-11-10 10:05:21 +01:00
bios.py Separate reboot required from commit required 2018-01-22 09:36:53 -05:00
idrac_card.py Add support for idrac_card and lifecycle_controller attributes 2017-02-14 09:47:04 -08:00
inventory.py Make object attribute names and values consistent 2016-08-10 10:48:36 +02:00
job.py Add "Reboot Failed" as terminal job state for 14G 2017-08-01 13:44:32 -04:00
lifecycle_controller.py Simplify get Lifecycle Controller version 2017-07-27 10:37:20 -04:00
raid.py Separate reboot required from commit required 2018-01-22 09:36:53 -05:00
system.py Fetch system attributes 2017-07-06 14:42:34 -07:00
uris.py Fetch system attributes 2017-07-06 14:42:34 -07:00