Skip to content

Commit

Permalink
Update rhel_9_byos.publish.json (#2308)
Browse files Browse the repository at this point in the history
Add IDPF feature to RHEL 9 BYOS
  • Loading branch information
elicriffield committed May 2, 2024
1 parent 2da73c7 commit 66d727a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ComputeEndpoint": {{$endpoint}},
"DeleteAfter": {{$delete_after}},
{{- end}}
{{$guest_features := `["UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "SEV_CAPABLE", "SEV_SNP_CAPABLE", "SEV_LIVE_MIGRATABLE", "SEV_LIVE_MIGRATABLE_V2", "GVNIC"]` -}}
{{$guest_features := `["UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "SEV_CAPABLE", "SEV_SNP_CAPABLE", "SEV_LIVE_MIGRATABLE", "SEV_LIVE_MIGRATABLE_V2", "GVNIC", "IDPF"]` -}}
{{$time := trimPrefix .publish_version "v"}}
"Images": [
{
Expand Down

0 comments on commit 66d727a

Please sign in to comment.