mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
50a7b0cb4e
Add support for usage type vTPM to secret. Extend the schema for the Secret to support the vTPM usage type and add a test case for parsing the Secret with usage type vTPM. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
8 lines
204 B
XML
8 lines
204 B
XML
<secret ephemeral='no' private='yes'>
|
|
<uuid>aa6c7af2-45a7-477c-85a2-fe86d9f2514e</uuid>
|
|
<description>vTPM secret</description>
|
|
<usage type='vtpm'>
|
|
<name>vTPMvTPMvTPM</name>
|
|
</usage>
|
|
</secret>
|