Vendor interface of iRMC driver
Bases: VendorInterface
Fetch and save iRMC firmware version.
This method connects to iRMC and fetch iRMC firmware verison. If fetched firmware version is not cached in or is different from one in driver_internal_info/irmc_fw_version, store fetched version in driver_internal_info/irmc_fw_version.
task – An instance of TaskManager.
IRMCOperationError if some error occurs
Return the properties of the interface.
Dictionary of <property name>:<property description> entries.
Validate vendor-specific actions.
This method validates whether the ‘driver_info’ property of the supplied node contains the required information for this driver.
task – An instance of TaskManager.
method – Name of vendor passthru method
InvalidParameterValue if invalid value is contained in the ‘driver_info’ property.
MissingParameterValue if some mandatory key is missing in the ‘driver_info’ property.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.