Skip to content

Commit

Permalink
Add bootmode parameter to publishing metadata [RHELDST-18235]
Browse files Browse the repository at this point in the history
From RHEL 8.9 and RHEL 9.3 onward UEFI boot will be available. The boot mode
must be specified for AMI images to make use of the change. This change adds
the bootmode into publish metadata to be used by cloudimg.
  • Loading branch information
amcmahon-rh committed Aug 14, 2023
1 parent 5666399 commit affa29e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pubtools/_ami/tasks/push.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def upload(self, push_item):
"virt_type": push_item.virtualization,
"root_device_name": push_item.root_device,
"volume_type": push_item.volume,
"uefi_support": push_item.uefi_support,
"billing_products": push_item.billing_codes.codes,
"accounts": accounts,
"snapshot_account_ids": snapshot_account_ids,
Expand Down

0 comments on commit affa29e

Please sign in to comment.