Bases: object
Extracts and parses the uploaded OVA package
A class that extracts the disk image and OVF file from an OVA tar archive. Parses the OVF file for metadata of interest.
Extracts disk image and OVF file from OVA package
Extracts a single disk image and OVF from OVA tar archive and calls OVF parser method.
ova – a file object containing the OVA file
a tuple of extracted disk file object and dictionary of properties parsed from the OVF file
RuntimeError – an error for malformed OVA and OVF files
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.