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

Erik Skultety eskultet at redhat.com
Thu Apr 5 07:06:46 UTC 2018


On Wed, Apr 04, 2018 at 04:23:54PM -0400, John Ferlan wrote:
> 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>

MyGuest is probably better...

> +  <uuid>4dea22b3-1d52-d8f3-2516-782e98ab3fa0</uuid>
>    <title>A short description - title - of the domain</title>
>    <description>Some human readable description</description>
>    <metadata>

trivial...
Reviewed-by: Erik Skultety <eskultet at redhat.com>




More information about the libvir-list mailing list