Add a new trait for AMD SEV-ES
This introduces a new trait to indicate that a compute node has AMD CPU which supports SEV-ES(Secure Encrypted Virtualization-Encrypted State). Partially-Implements: blueprint amd-sev-es-libvirt-support Change-Id: I541449a895fedfd092cef572ea49fb2d8fe325b4
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
|
||||
|
||||
TRAITS = [
|
||||
# ref: https://specs.openstack.org/openstack/nova-specs/specs/train/implemented/amd-sev-libvirt-support.html # noqa
|
||||
# ref: https://www.amd.com/en/developer/sev.html
|
||||
'SEV',
|
||||
'SEV_ES',
|
||||
# ref: https://en.wikipedia.org/wiki/AMD-V
|
||||
'SVM',
|
||||
# ref: https://git.qemu.org/?p=qemu.git;a=blob;f=docs/qemu-cpu-models.texi
|
||||
|
||||
Reference in New Issue
Block a user