[libvirt] [PATCH] docs: Update the format of the generate metadata example

John Ferlan jferlan at redhat.com
Wed Apr 4 20:23:54 UTC 2018


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 at redhat.com>
---

 While beginning to think more about the vmgenid RFC and creating a <genid/>
 element under the <uuid>, I noted that the existing name and uuid fields
 were a bit out of date. 

 docs/formatdomain.html.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 82e7d7ce66..984563379e 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -31,9 +31,9 @@
     <h3><a id="elementsMetadata">General metadata</a></h3>
 
 <pre>
-<domain type='xen' id='3'>
-  <name>fv0</name>
-  <uuid>4dea22b31d52d8f32516782e98ab3fa0</uuid>
+<domain type='kvm' id='1'>
+  <name>MyFirstGuest</name>
+  <uuid>4dea22b3-1d52-d8f3-2516-782e98ab3fa0</uuid>
   <title>A short description - title - of the domain</title>
   <description>Some human readable description</description>
   <metadata>
-- 
2.13.6




More information about the libvir-list mailing list