mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
640448cc14
The XML does not conform to the RNG schema as we don't yet expose the 'ssh' protocol officially. Mark the XML as invalid by renaming it. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
20 lines
275 B
JSON
20 lines
275 B
JSON
protocol:
|
|
{
|
|
"driver": "ssh",
|
|
"location": {
|
|
"path": "asdf/i.qcow2",
|
|
"server": {
|
|
"host": "example.com",
|
|
"port": "1234"
|
|
}
|
|
},
|
|
"size": 4294967296
|
|
}
|
|
|
|
format:
|
|
{
|
|
"driver": "qcow2",
|
|
"file": "0123456789ABCDEF0123456789ABCDE",
|
|
"size": 8589934590
|
|
}
|