]> xenbits.xensource.com Git - libvirt.git/commitdiff
schema: Remove xenmigr from host migrate transport capability
authorJohn Ferlan <jferlan@redhat.com>
Fri, 18 May 2018 22:05:07 +0000 (18:05 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 25 May 2018 13:33:32 +0000 (09:33 -0400)
Commit id '1dac5fbb' removed xenmigr as a capability option
for virCapabilitiesAddHostMigrateTransport but didn't update
the schema resulting in possible failure for virt-xml-validate.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by Michal Privoznik <mprivozn@redhat.com>

docs/schemas/capability.rng

index e1ab5c224062f2e7f38a9199a8b72e71509fd754..e11dd511503acdc8f33dc83f0d6d7db66086ca0f 100644 (file)
               <choice>
                 <value>esx</value>
                 <value>tcp</value>
-                <value>xenmigr</value>
               </choice>
             </element>
           </oneOrMore>