982648
From b2f024a35876f242cfab304872f83ae069c45e2a Mon Sep 17 00:00:00 2001
982648
Message-Id: <b2f024a35876f242cfab304872f83ae069c45e2a@dist-git>
982648
From: Han Han <hhan@redhat.com>
982648
Date: Fri, 13 Jul 2018 13:08:27 +0200
982648
Subject: [PATCH] docs: schema: Add missing <alias> to vsock device
982648
MIME-Version: 1.0
982648
Content-Type: text/plain; charset=UTF-8
982648
Content-Transfer-Encoding: 8bit
982648
982648
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1600345
982648
982648
Signed-off-by: Han Han <hhan@redhat.com>
982648
Reviewed-by: Erik Skultety <eskultet@redhat.com>
982648
(cherry picked from commit c03d36b91d62890b376a2ff8f9d65fac069dce42)
982648
982648
https: //bugzilla.redhat.com/show_bug.cgi?id=1600345
982648
Signed-off-by: Erik Skultety <eskultet@redhat.com>
982648
Reviewed-by: Ján Tomko <jtomko@redhat.com>
982648
---
982648
 docs/schemas/domaincommon.rng | 3 +++
982648
 1 file changed, 3 insertions(+)
982648
982648
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
982648
index bd687ce9d3..f24a56392a 100644
982648
--- a/docs/schemas/domaincommon.rng
982648
+++ b/docs/schemas/domaincommon.rng
982648
@@ -4234,6 +4234,9 @@
982648
         <optional>
982648
           <ref name="address"/>
982648
         </optional>
982648
+        <optional>
982648
+          <ref name="alias"/>
982648
+        </optional>
982648
       </interleave>
982648
     </element>
982648
   </define>
982648
-- 
982648
2.18.0
982648