[libvirt] [PATCH 03/14] docs: schemas: Move the interleave definition into network disk source

Peter Krempa pkrempa at redhat.com
Wed Apr 26 17:52:33 UTC 2017


Move it to the place where actually interleaving elements can be placed.
---
 docs/schemas/domaincommon.rng | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 5d17809b3..eca479594 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -1525,8 +1525,8 @@
     <attribute name="type">
       <value>network</value>
     </attribute>
-    <interleave>
-      <element name="source">
+    <element name="source">
+      <interleave>
         <attribute name="protocol">
           <choice>
             <value>nbd</value>
@@ -1564,8 +1564,8 @@
           </element>
         </optional>
         <empty/>
-      </element>
-    </interleave>
+      </interleave>
+    </element>
   </define>

   <define name="diskSourceVolume">
-- 
2.12.2




More information about the libvir-list mailing list