bootstrap-vz/plugins/convert_image
Anders Ingemann e6ec040b27 Remove image conversion phase.
Maybe image_registration should be renamed?
2013-08-17 22:54:24 +02:00
..
__init__.py add plugin to convert raw images to vdi,qcow etc... 2013-08-13 10:36:32 +02:00
manifest-schema.json add plugin to convert raw images to vdi,qcow etc... 2013-08-13 10:36:32 +02:00
README.md add README to plugin 2013-08-13 11:45:54 +02:00
tasks.py Remove image conversion phase. 2013-08-17 22:54:24 +02:00

this plugins helps to convert a raw image to an other format. Supported formats are the one supported by qemu-img.

In the plugins section add:

            "convert_image": {
                    "enabled": true,
                    "format": "vdi"
            }