Merge "Add traits for TPM models"

This commit is contained in:
Zuul 2024-07-16 16:48:27 +00:00 committed by Gerrit Code Review
commit 9a7c376d82

View File

@ -18,6 +18,10 @@ TRAITS = [
'TPM_1_2',
# support for TPM 2.0
'TPM_2_0',
# support for TPM with TPM interface Specification(TIS)
'TPM_TIS',
# support for TPM with Command-Response Buffer(CRB)
'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'