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
Fix HTTPS VM import by downloading image to host first
When importing a VM from an HTTPS URL, xe vm-import fails because it
doesn't properly support HTTPS URLs. This change downloads the image to a
temporary file on the host before importing it.
HTTP URLs remain unchanged and continue to use the url= parameter directly,
avoiding unnecessary local storage of potentially large images.
Signed-off-by: Gaëtan Lehmann <[email protected]>
0 commit comments