From b802ea9401fdcddac349f5ec4cff725d29f33821 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 20 Nov 2018 22:26:50 -0800 Subject: [PATCH] Update how we specify SCSI device variables In recent os-autoinst the old 'stuff it all in HDDMODEL' doesn't work and tells you to do it like this. This way does work in the older os-autoinst currently on prod too, so this should be fine. Signed-off-by: Adam Williamson --- templates | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates b/templates index 07b2f582..88d62f9b 100755 --- a/templates +++ b/templates @@ -4751,8 +4751,9 @@ settings => [ { key => "TEST_UPDATES", value => "1" }, { key => "GRUB", value => "inst.updates=https://fedorapeople.org/groups/qa/updates/updates-openqa.img" }, - { key => "HDDMODEL", value => "virtio-scsi-pci" }, + { key => "HDDMODEL", value => "scsi-hd" }, { key => "CDMODEL", value => "scsi-cd" }, + { key => "SCSICONTROLLER", value => "virtio-scsi-pci" }, ], }, {