diff options
author | Anders F Björklund <anders.f.bjorklund@gmail.com> | 2021-10-25 19:43:01 +0200 |
---|---|---|
committer | Anders F Björklund <anders.f.bjorklund@gmail.com> | 2021-10-26 21:58:39 +0200 |
commit | 864748df5be076a1456dfad07ecf62183e2f155e (patch) | |
tree | 4024a9f1f76adcccd95b08b3844df427f8aba872 /pkg/machine/qemu/config.go | |
parent | 22e5dc19b01e813ff73f4a5be2df9c4adf795fd2 (diff) | |
download | podman-864748df5be076a1456dfad07ecf62183e2f155e.tar.gz podman-864748df5be076a1456dfad07ecf62183e2f155e.tar.bz2 podman-864748df5be076a1456dfad07ecf62183e2f155e.zip |
Record the image stream along with the path
[NO TESTS NEEDED]
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Diffstat (limited to 'pkg/machine/qemu/config.go')
-rw-r--r-- | pkg/machine/qemu/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |