82cd13177c
In python-dracclient 0.1.0, the Job.state field was renamed to Job.status. The old name was left for backwards compatibility, but was removed in python-dracclient 2.0.0. This change uses the new field name, to avoid an AttributeError in python-dracclient 2.0.0 onwards. Also modifies the drac unit tests to use the Job, RAIDController, PhysicalDisk and VirtualDisk objects from the dracclient library when available. Change-Id: I074347748e1ce0f749f47ce30d4cb123a70dc2b8 Story: 2005225 Task: 30007
6 lines
168 B
YAML
6 lines
168 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue in the ``idrac`` RAID interface seen when creating RAID
|
|
configurations using ``python-dracclient`` version ``2.0.0`` or higher.
|