You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove_vm_data is mandatory function for the init step of an Image creation. It deletes all metadata and makes sure only an image in the image folder is left. This only makes sense when using qemu and libvirt localy and shouldn't be mandatory.
create_new_image parameters are specific for local vms.
disk_format is specific to local image formats for qemu
remove_hd is specific for deleting a img file in the vm folder
VM class naming is misleading as it suggest vms are beeing controlled over this.