Bases: StorageInterface
Externally driven 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.
This enables the user to define a volume and Ironic understand that the image may already exist and we may be booting to that volume.
task – The task object.
True if the deployment write-out process should be executed.
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.