]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
doc: vtpm only support secrets by UUID at this point
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 10 Dec 2019 15:08:53 +0000 (19:08 +0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 11 Dec 2019 16:34:12 +0000 (11:34 -0500)
Support by usage name can be considered separately (with a 'usage'
attribute?).

Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Christophe de Dinechin <dinechin@redhat.com>
Cc: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
docs/formatsecret.html.in

index 8d0630a7c357c7a0d1c00c28f23efa2d59d86ace..8f5383cf64588c628cc488e0a9fbd3efb001518a 100644 (file)
@@ -334,8 +334,8 @@ Secret value set
       of the vTPM.
       The <code>&lt;usage type='vtpm'&gt;</code> element must contain
       a single <code>name</code> element that specifies a usage name
-      for the secret.  The vTPM secret can then be used by UUID or by
-      this usage name via the <code>&lt;encryption&gt;</code> element of
+      for the secret.  The vTPM secret can then be used by UUID
+      via the <code>&lt;encryption&gt;</code> element of
       a <a href="formatdomain.html#elementsTpm">tpm</a> when using an
       emulator.
       <span class="since">Since 5.6.0</span>. The following is an example