28c7839adc
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
17 lines
258 B
Plaintext
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"
|
|
}
|
|
}
|