mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
docs: schemas: Extract HTTP disk source specification
Make the schema more strict for HTTP disks requiring a name and mandating exactly one source host. ftp/tftp entries were not moved here, since http transport also will support cookies and other options, which will be added later.
This commit is contained in:
parent
9030fab20c
commit
bde5c2f532
@ -1556,6 +1556,19 @@
|
||||
</element>
|
||||
</define>
|
||||
|
||||
<define name="diskSourceNetworkProtocolHTTP">
|
||||
<element name="source">
|
||||
<attribute name="protocol">
|
||||
<choice>
|
||||
<value>http</value>
|
||||
<value>https</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<attribute name="name"/>
|
||||
<ref name="diskSourceNetworkHost"/>
|
||||
</element>
|
||||
</define>
|
||||
|
||||
<define name="diskSourceNetworkProtocolGeneric">
|
||||
<element name="source">
|
||||
<interleave>
|
||||
@ -1565,8 +1578,6 @@
|
||||
<value>sheepdog</value>
|
||||
<value>gluster</value>
|
||||
<value>iscsi</value>
|
||||
<value>http</value>
|
||||
<value>https</value>
|
||||
<value>ftp</value>
|
||||
<value>ftps</value>
|
||||
<value>tftp</value>
|
||||
@ -1589,6 +1600,7 @@
|
||||
<choice>
|
||||
<ref name="diskSourceNetworkProtocolGeneric"/>
|
||||
<ref name="diskSourceNetworkProtocolRBD"/>
|
||||
<ref name="diskSourceNetworkProtocolHTTP"/>
|
||||
</choice>
|
||||
</define>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user