Merge "Add a new trait for stateless firmware support"

This commit is contained in:
Zuul 2024-07-17 14:57:12 +00:00 committed by Gerrit Code Review
commit bc334bac9d

View File

@ -24,5 +24,7 @@ TRAITS = [
'TPM_CRB',
# support for UEFI Secure Boot
# ref: https://specs.openstack.org/openstack/nova-specs/specs/wallaby/implemented/allow-secure-boot-for-qemu-kvm-guests.html # noqa
'UEFI_SECURE_BOOT'
'UEFI_SECURE_BOOT',
# support for stateless firmware
'STATELESS_FIRMWARE'
]