mirror of https://gitee.com/openkylin/libvirt.git
Add esx and tcp migration uri transports to capabilities schema
* docs/schemas/capabilities.rng: include esx and tcp uri_transport
This commit is contained in:
parent
100cae7359
commit
db4137ba02
docs/schemas
|
@ -79,6 +79,8 @@
|
|||
<oneOrMore>
|
||||
<element name='uri_transport'>
|
||||
<choice>
|
||||
<value>esx</value>
|
||||
<value>tcp</value>
|
||||
<value>xenmigr</value>
|
||||
</choice>
|
||||
</element>
|
||||
|
|
Loading…
Reference in New Issue