ironic.drivers.modules.storage.external module

ironic.drivers.modules.storage.external module

class ironic.drivers.modules.storage.external.ExternalStorage[source]

Bases: ironic.drivers.base.StorageInterface

Externally driven Storage Interface.

attach_volumes(task)[source]
detach_volumes(task)[source]
get_properties()[source]
should_write_image(task)[source]

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.

Parameters:task – The task object.
Returns:True if the deployment write-out process should be executed.
validate(task)[source]
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.