d76c62
From d03688c61e7609b22770f5fa6228431edfc45945 Mon Sep 17 00:00:00 2001
d76c62
Message-Id: <d03688c61e7609b22770f5fa6228431edfc45945@dist-git>
d76c62
From: Peter Krempa <pkrempa@redhat.com>
d76c62
Date: Mon, 30 Mar 2020 17:21:43 +0200
d76c62
Subject: [PATCH] docs: formatdomain: Mention missing protocols
d76c62
MIME-Version: 1.0
d76c62
Content-Type: text/plain; charset=UTF-8
d76c62
Content-Transfer-Encoding: 8bit
d76c62
d76c62
http, https, ftp, ftps, and tftp were not mentioned in the
d76c62
documentation. Note that 'ssh' is still omitted as it's used only
d76c62
internally.
d76c62
d76c62
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
d76c62
Reviewed-by: Ján Tomko <jtomko@redhat.com>
d76c62
(cherry picked from commit b24281c93405d6e3efb6edb3e7abff31628966b8)
d76c62
https://bugzilla.redhat.com/show_bug.cgi?id=1804750
d76c62
Message-Id: <ed3aac8a1ddcf415808dc9104ce7638344c09523.1585581552.git.pkrempa@redhat.com>
d76c62
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
d76c62
---
d76c62
 docs/formatdomain.html.in | 7 ++++---
d76c62
 1 file changed, 4 insertions(+), 3 deletions(-)
d76c62
d76c62
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
d76c62
index 2b8f9eabc2..143db21d4d 100644
d76c62
--- a/docs/formatdomain.html.in
d76c62
+++ b/docs/formatdomain.html.in
d76c62
@@ -3086,10 +3086,11 @@
d76c62
               
d76c62
               The protocol attribute specifies the protocol to
d76c62
               access to the requested image. Possible values are "nbd",
d76c62
-              "iscsi", "rbd", "sheepdog", "gluster" or "vxhs".
d76c62
+              "iscsi", "rbd", "sheepdog", "gluster", "vxhs", "http", "https",
d76c62
+              "ftp", ftps", or "tftp".
d76c62
 
d76c62
-              

If the protocol attribute is "rbd", "sheepdog",

d76c62
-              "gluster", or "vxhs", an additional attribute name
d76c62
+              

For any protocol other than nbd

d76c62
+              an additional attribute name
d76c62
               is mandatory to specify which volume/image will be used.
d76c62
               

d76c62
 
d76c62
-- 
d76c62
2.26.0
d76c62