diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-10-29 20:22:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 20:22:29 +0000 |
commit | 09efcd48a86fac761fe73fda9e77af668515ddcc (patch) | |
tree | d872eb7977c43b0e9a5ef56f620dee1be3f3f8dc /pkg/machine/qemu/config.go | |
parent | e3c45ab9cc0a2dc6f6f497932c1d5beb03903f43 (diff) | |
parent | 864748df5be076a1456dfad07ecf62183e2f155e (diff) | |
download | podman-09efcd48a86fac761fe73fda9e77af668515ddcc.tar.gz podman-09efcd48a86fac761fe73fda9e77af668515ddcc.tar.bz2 podman-09efcd48a86fac761fe73fda9e77af668515ddcc.zip |
Merge pull request #12090 from afbjorklund/image-stream
Record the image stream along with the path
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 |