Support ISO image uploads on provisioner #119
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Support ISO file uploads similar to OVA uploads. Should work effectively the same way using the same functions and endpoints but with creating "ISO" profiles instead of "OVA" profiles. Might want to rename/migrate "OVA" to "Image" to facilitate this, or add ISOs as a separate category (leaning towards the latter).
With the provisioner rework this becomes slightly more trivial, would just need an example script and some additional code examples in the libvirt_schema library to handle it.
I think this will require slightly more reworking of the provisioner's handling of source images, but is still on-roadmap for a 1.0 release.