Bases: object
Constructs image for selected backend
| Instance : | Instance name. |
|---|---|
| Name : | Image name. |
| Suffix : | Suffix for image name (optional). |
| Image_type : | Image type. |
Optional, is FLAGS.libvirt_images_type by default.
Bases: object
Creates image from template.
Ensures that template and image not already exists. Ensures that base directory exists. Synchronizes on template fetching.
| Fn : | function, that creates template. |
|---|
Should accept target argument. :fname: Template name :size: Size of created image in bytes (optional)
Create image from template.
Contains specific behavior for each image type.
| Prepare_template : | |
|---|---|
| function, that creates template. | |
Should accept target argument. :base: Template name :size: Size of created image in bytes
Get LibvirtConfigGuestDisk filled for this image.
| Device_type : | Device type for this image. |
|---|
Bases: nova.virt.libvirt.imagebackend.Image
Bases: nova.virt.libvirt.imagebackend.Raw
Bases: nova.virt.libvirt.imagebackend.Image