From dacf8d93b7848906a84362aa68bb78294674ae7d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 1 Aug 2022 07:02:15 +0300 Subject: fix: icktool vmadm spec base image path Sponsored-by: author --- vmadm/stamina/icktool.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmadm/stamina/icktool.yaml b/vmadm/stamina/icktool.yaml index f2e468f..d089a26 100644 --- a/vmadm/stamina/icktool.yaml +++ b/vmadm/stamina/icktool.yaml @@ -1,5 +1,5 @@ icktool: - base: ~/tmp/base-images/debian-10-openstack-amd64.qcow2 + base: ~/base-images/debian-10-openstack-amd64.qcow2 cpus: 1 memory_mib: 1024 image_size_gib: 4 -- cgit v1.2.1