The nova.virt.images Module

Handling of VM disk images.

class QemuImgInfo(cmd_output=None)

Bases: object

BACKING_FILE_RE = <_sre.SRE_Pattern object at 0xa678fc0>
SIZE_RE = <_sre.SRE_Pattern object at 0xa69f0a0>
TOP_LEVEL_RE = <_sre.SRE_Pattern object at 0xa5479c0>
convert_image(source, dest, out_format, run_as_root=False)

Convert image to other format.

fetch(context, image_href, path, _user_id, _project_id)
fetch_to_raw(context, image_href, path, user_id, project_id)
qemu_img_info(path)

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

Previous topic

The nova.virt.hyperv.volumeutilsv2 Module

Next topic

The nova.virt.libvirt.blockinfo Module

This Page