tripleo-image-elements/elements/cinder-volume/pkg-map
Dan Prince 28c7839adc cinder-volume: install qemu-img for conversions
Updates the cinder-volume element so that it installs the
qemu-img package. This is required in order to support
boot from volume conversions from Glance images (qcow2).

Change-Id: I1c6fb4692166b173092395967ffe9fe88ffdb602
Partial-bug: #1340479
2014-07-10 21:51:18 -04:00

17 lines
258 B
Plaintext

{
"family": {
"redhat": {
"qemu_img_package": "qemu-img"
},
"debian": {
"qemu_img_package": "qemu-utils"
},
"suse": {
"qemu_img_package": "qemu-tools"
}
},
"default": {
"qemu_img_package": "qemu-img"
}
}