Browse code

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

Zuul authored on 2017/11/15 05:27:04
Showing 1 changed files
... ...
@@ -364,7 +364,7 @@ function upload_image {
364 364
     esac
365 365
 
366 366
     if is_arch "ppc64le" || is_arch "ppc64" || is_arch "ppc"; then
367
-        img_property="--property hw_disk_bus=scsi --property hw_scsi_model=virtio-scsi --property hw_cdrom_bus=scsi --property os_command_line=console=hvc0"
367
+        img_property="--property hw_cdrom_bus=scsi --property os_command_line=console=hvc0"
368 368
     fi
369 369
 
370 370
     if is_arch "aarch64"; then