bootstrap-vz/plugins/convert_image
Anders Ingemann 663b868b41 Fix #107. Rename before and after task properties
`before' becomes `successors' and `after' becomes `predecessors'
2013-11-22 09:03:47 +01:00
..
__init__.py Add references instead of instances to the tasklist 2013-10-27 18:11:53 +01: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 Fix #107. Rename before and after task properties 2013-11-22 09:03:47 +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"
            }