Bases: ironic.drivers.base.StorageInterface
No-op Storage Interface.
Informs the storage subsystem to attach all volumes for the node.
task – A TaskManager instance.
UnsupportedDriverExtension
Informs the storage subsystem to detach all volumes for the node.
task – A TaskManager instance.
UnsupportedDriverExtension
Return the properties of the interface.
dictionary of <property name>:<property description> entries.
Determines if deploy should perform the image write-out.
task – A TaskManager instance.
Boolean value to indicate if the interface expects the image to be written by Ironic.
UnsupportedDriverExtension
Validate the driver-specific Node deployment info.
This method validates whether the ‘driver_info’ and/or ‘instance_info’ properties of the task’s node contains the required information for this interface to function.
This method is often executed synchronously in API requests, so it should not conduct long-running checks.
task – A TaskManager instance containing the node to act on.
InvalidParameterValue on malformed parameter(s)
MissingParameterValue on missing parameter(s)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.