c1c611bcd7
Reasoning: - Setting custom properties on glance images allows us to select the type of disk bus e.g. VIRTIO/IDE/SCSI. Although SATA disk bus works perfectly for qemu/kvm, it is not allowed due to a check in virt/libvirt/blockinfo.py : is_disk_bus_valid_for_virt - some Linux (custom) images require use of SATA bus rather than any other that seems to be allowed. Change-Id: Ie32ff7acf31d80d4fc1adbeadaaf30a886d10e49 Closes-Bug: #1686136
8 lines
314 B
YAML
8 lines
314 B
YAML
---
|
|
other:
|
|
- Adds 'sata' as a valid disk bus for qemu and kvm hypervisors.
|
|
Setting the 'hw_disk_bus' custom property on glance images allows for
|
|
selecting the type of disk bus e.g. VIRTIO/IDE/SCSI. Some Linux (custom)
|
|
images require use of SATA bus rather than any other that seem to be
|
|
allowed.
|