ironic.drivers.modules.storage.external.
ExternalStorage
[source]¶Bases: ironic.drivers.base.StorageInterface
Externally driven Storage Interface.
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. |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.