ironicclient.v1.driver Module¶ironicclient.v1.driver.DriverManager(api)[source]¶Bases: ironicclient.common.base.Manager
list(driver_type=None, detail=None)[source]¶Retrieve a list of drivers.
| Parameters: |
|
|---|---|
| Returns: | A list of drivers. |
raid_logical_disk_properties(driver_name)[source]¶Returns the RAID logical disk properties for the driver.
| Parameters: | driver_name – Name of the driver. |
|---|---|
| Returns: | A dictionary containing the properties that can be mentioned for RAID logical disks and a textual description for them. It returns an empty dictionary on error. |
vendor_passthru(driver_name, method, args=None, http_method=None)[source]¶Issue requests for vendor-specific actions on a given driver.
| Parameters: |
|
|---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.