Skip to content

Commit

Permalink
cosalib/qemuvariants: fix compression skipping for kubevirt
Browse files Browse the repository at this point in the history
This is a fixup to 91f478e. Given this it looks like I didn't test
the last change, but I swear I did. Must have been an invalid test.
  • Loading branch information
dustymabe committed May 3, 2023
1 parent 6da04c5 commit bb94c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cosalib/qemuvariants.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"image_format": "qcow2",
"platform": "kubevirt",
"image_suffix": "ociarchive",
"skip_compression": True,
"compression": "skip",
},
"openstack": {
"image_format": "qcow2",
Expand Down

0 comments on commit bb94c5e

Please sign in to comment.