The nova.virt.images Module

Handling of VM disk images.

convert_image(source, dest, in_format, out_format, run_as_root=False)

Convert image to other format.

convert_image_unsafe(source, dest, out_format, run_as_root=False)

Convert image to other format, doing unsafe automatic input format detection. Do not call this function.

fetch(context, image_href, path, _user_id, _project_id, max_size=0)
fetch_to_raw(context, image_href, path, user_id, project_id, max_size=0)
get_info(context, image_href)
qemu_img_info(path, format=None)

Return an object containing the parsed output from qemu-img info.

Previous topic

The nova.virt.imagecache Module

Next topic

The nova.virt.ironic.client_wrapper Module

Project Source

This Page