ova_import generates gns3a file to import ova appliance into GNS3.
ova_import [-h] [-d DIR] [-k] ova
positional arguments:
ova .ova appliance
optional arguments:
-h, --help show this help message and exit
-d DIR, --dir DIR directory for storing appliance and images
-k, --keepcompressed keep images compressed
By default ova_import uncompresses the disk images, that can
be disabled with the option -k, --keepcompressed
.