From bde5c2f532190109cd15eb69bec8cd3beee1d595 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 20 Apr 2017 16:41:17 +0200 Subject: [PATCH] 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. --- docs/schemas/domaincommon.rng | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index add2910652..c6b6219cb4 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -1556,6 +1556,19 @@ + + + + + http + https + + + + + + + @@ -1565,8 +1578,6 @@ sheepdog gluster iscsi - http - https ftp ftps tftp @@ -1589,6 +1600,7 @@ + -- GitLab