Skip to content

Commit 938fa85

Browse files
authored
Merge pull request #857 from stackhpc/fix/hw_scsi_model_qcow2
Fix image-set-properties.sh: hw_disk_bus=virtio
2 parents db55719 + d0503f3 commit 938fa85

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)