Previously, importing an OVA as a Template using the ovirt-engine-sdk's uploading script failed with a null pointer exception because some storage-related values were not set correctly. The current release fixes this issue. It adds code that checks the storage values and, if needed, sets them using values from the image object. Now, importing the OVA this way succeeds.
Comment 27Steven Rosenberg
2020-05-28 07:34:21 UTC
(In reply to Jeongtae Kim from comment #26)
> Created attachment 1692919[details]
> ovf file for upload_ova_as_template.py test
OK thank you. To clarify and synchronize, this is a new issue with the upload_ova_as_template.py script whereas the latest fix was for the client's test script. So they are two different issues. Being that the client is not using the upload_ova_as_template.py script, this issue is less urgent. It should not hold up testing for the original issue using the script Germano provided [1]
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1819960#c17
(In reply to Polina from comment #41)
> it actually depends on 1852314
Right, it is required for testing the script from the sdk examples.
The adjusted script should work even without it though - since it doesn't upload the disk(s)
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Red Hat Virtualization Engine security, bug fix 4.3.11), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2020:4112
Created attachment 1692919 [details] ovf file for upload_ova_as_template.py test