Skip to content

Commit d0503f3

Browse files
committed
Fix image-set-properties.sh: hw_disk_bus=virtio
a wrong property was set, preventing launch from qcow2 images
1 parent db55719 commit d0503f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev/image-set-properties.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ else
3434
echo setting qcow2 properties
3535
set -x
3636
openstack image set \
37-
--property hw_scsi_model=virtio-scsi \
38-
--property hw_disk_bus=scsi \
39-
--property hw_scsi_model=virtio \
37+
--property hw_disk_bus=virtio \
4038
"$image"
4139
fi

0 commit comments

Comments
 (0)