Merge "Set default disk driver to virtio-blk on Power"

This commit is contained in:
Zuul 2017-11-14 20:27:04 +00:00 committed by Gerrit Code Review
commit 8c5e960fd1

View File

@ -364,7 +364,7 @@ function upload_image {
esac
if is_arch "ppc64le" || is_arch "ppc64" || is_arch "ppc"; then
img_property="--property hw_disk_bus=scsi --property hw_scsi_model=virtio-scsi --property hw_cdrom_bus=scsi --property os_command_line=console=hvc0"
img_property="--property hw_cdrom_bus=scsi --property os_command_line=console=hvc0"
fi
if is_arch "aarch64"; then