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

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

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

For any protocol other than nbd

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

a41c76
 
a41c76
-- 
a41c76
2.26.0
a41c76