Bases: ironic.drivers.base.VendorInterface
Wrapper around multiple VendorInterfaces.
Return the properties from all the VendorInterfaces.
Returns: | a dictionary of <property_name>:<property_description> entries. |
---|
Call validate on the appropriate interface only.
Raises: | UnsupportedDriverExtension if ‘method’ can not be mapped to the supported interfaces. |
---|---|
Raises: | InvalidParameterValue if ‘method’ is invalid. |
Raises: | MissingParameterValue if missing ‘method’ or parameters in kwargs. |