[libvirt] [PATCH v2 2/2] doc: Fix 'encryption' documentation

Ján Tomko jtomko at redhat.com
Wed Mar 27 12:26:34 UTC 2019


On Wed, Mar 27, 2019 at 12:21:25PM +0100, Christophe Fergeau wrote:
>There are 2 examples of use of <encryption> which uses a 'type'
>attribute rather than 'format' as documented in the XML schema:
>
>  <define name='encryption'>
>    <element name='encryption'>
>      <attribute name='format'>
>        <choice>
>          <value>default</value>
>          <value>qcow</value>
>          <value>luks</value>
>        </choice>
>      </attribute>
>      <interleave>
>        <ref name='secret'/>
>        <optional>
>          <element name='cipher'>
>            <ref name='keycipher'/>
>          </element>
>          <element name='ivgen'>
>            <ref name='keyivgen'/>
>          </element>
>        </optional>
>      </interleave>
>    </element>
>  </define>
>
>This also matches what virStorageEncryptionParseNode() is doing.
>
>Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
>---
> docs/formatdomain.html.in  | 2 +-
> docs/formatstorage.html.in | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko at redhat.com>

Jano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20190327/444a9f4f/attachment-0001.sig>


More information about the libvir-list mailing list