mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
docs: Update the format of the generate metadata example
Initially, update the UUID field to have the proper format, but then also changed the type, id, and name fields. Signed-off-by: John Ferlan <jferlan@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
d4aaa1651b
commit
4300a56378
@ -31,9 +31,9 @@
|
|||||||
<h3><a id="elementsMetadata">General metadata</a></h3>
|
<h3><a id="elementsMetadata">General metadata</a></h3>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<domain type='xen' id='3'>
|
<domain type='kvm' id='1'>
|
||||||
<name>fv0</name>
|
<name>MyGuest</name>
|
||||||
<uuid>4dea22b31d52d8f32516782e98ab3fa0</uuid>
|
<uuid>4dea22b3-1d52-d8f3-2516-782e98ab3fa0</uuid>
|
||||||
<title>A short description - title - of the domain</title>
|
<title>A short description - title - of the domain</title>
|
||||||
<description>Some human readable description</description>
|
<description>Some human readable description</description>
|
||||||
<metadata>
|
<metadata>
|
||||||
|
Loading…
Reference in New Issue
Block a user