Skip to content

Commit 8c5e960

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Set default disk driver to virtio-blk on Power"
2 parents 2e3c96a + 7b8f1e7 commit 8c5e960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ function upload_image {
364364
esac
365365

366366
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"
368368
fi
369369

370370
if is_arch "aarch64"; then

0 commit comments

Comments
 (0)