bootstrap-vz/plugins/convert_image
Anders Ingemann 9cb4b3e375 Rename mount_dir to workspace
We'll be using it for a bucnh of different things in the future
2013-10-27 18:11:13 +01: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 Rename mount_dir to workspace 2013-10-27 18:11:13 +01: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"
            }