python-dracclient/dracclient
Mark Goddard 2a80dbb2c9 Add constituent physical disks to RAID virtual disk object
This change adds a new attribute - physical_disks - to
dracclient.resources.raid.VirtualDisk objects. The attribute is a
list of IDs of the physical disks that a virtual disk is composed of.
This allows clients of the library to obtain a more complete view of
the current RAID configuration.

Change-Id: If4f762d3bc115a971d0392af8270f5440ef43913
Closes-bug: #1651702
2017-01-12 19:56:39 +00:00
..
resources Add constituent physical disks to RAID virtual disk object 2017-01-12 19:56:39 +00:00
tests Add constituent physical disks to RAID virtual disk object 2017-01-12 19:56:39 +00:00
__init__.py Initial commit 2015-08-03 10:50:50 +02:00
client.py Use InstanceId as unique attribute identifier rather than name 2016-10-27 12:38:31 -07:00
constants.py Make object attribute names and values consistent 2016-08-10 10:48:36 +02:00
exceptions.py Raise a specific exception instead of generic AttributeError 2016-11-08 18:04:42 +01:00
utils.py Add constituent physical disks to RAID virtual disk object 2017-01-12 19:56:39 +00:00
wsman.py Add support for lists in wsman properties 2015-10-08 10:46:47 +02:00