From 4300a56378cb4401ac2b66be5da985e94a4ca90c Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Wed, 4 Apr 2018 16:17:16 -0400 Subject: [PATCH] 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 Reviewed-by: Erik Skultety --- 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 a5a83f56c3..5e99884dc5 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -31,9 +31,9 @@

General metadata

-<domain type='xen' id='3'>
-  <name>fv0</name>
-  <uuid>4dea22b31d52d8f32516782e98ab3fa0</uuid>
+<domain type='kvm' id='1'>
+  <name>MyGuest</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.39.5