From 864748df5be076a1456dfad07ecf62183e2f155e Mon Sep 17 00:00:00 2001 From: Anders F Björklund Date: Mon, 25 Oct 2021 19:43:01 +0200 Subject: Record the image stream along with the path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [NO TESTS NEEDED] Signed-off-by: Anders F Björklund --- pkg/machine/qemu/config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/machine/qemu/config.go') diff --git a/pkg/machine/qemu/config.go b/pkg/machine/qemu/config.go index 9f5f45b58..c04773450 100644 --- a/pkg/machine/qemu/config.go +++ b/pkg/machine/qemu/config.go @@ -13,6 +13,8 @@ type MachineVM struct { IdentityPath string // IgnitionFilePath is the fq path to the .ign file IgnitionFilePath string + // ImageStream is the update stream for the image + ImageStream string // ImagePath is the fq path to ImagePath string // Memory in megabytes assigned to the vm -- cgit v1.2.3-54-g00ecf