Skip to content

Commit fb50134

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Modify the image property for aarch64"
2 parents 2528d94 + a9cc38a commit fb50134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ function upload_image {
331331
fi
332332

333333
if is_arch "aarch64"; then
334-
img_property="--property hw_machine_type=virt --property hw_cdrom_bus=virtio --property os_command_line='console=ttyAMA0'"
334+
img_property="--property hw_machine_type=virt --property hw_cdrom_bus=scsi --property hw_scsi_model=virtio-scsi --property os_command_line='console=ttyAMA0'"
335335
fi
336336

337337
if [ "$container_format" = "bare" ]; then

0 commit comments

Comments
 (0)