]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: formatdomain: Mention missing protocols
authorPeter Krempa <pkrempa@redhat.com>
Mon, 30 Mar 2020 12:46:04 +0000 (14:46 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 30 Mar 2020 14:30:34 +0000 (16:30 +0200)
http, https, ftp, ftps, and tftp were not mentioned in the
documentation. Note that 'ssh' is still omitted as it's used only
internally.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/formatdomain.html.in

index 28e779b90ab7f77038e8df5d034935cbd8eedf79..6dbf449698740f3fbec21e62ac822309fae6e1ec 100644 (file)
               <dd>
               The <code>protocol</code> attribute specifies the protocol to
               access to the requested image. Possible values are "nbd",
-              "iscsi", "rbd", "sheepdog", "gluster" or "vxhs".
+              "iscsi", "rbd", "sheepdog", "gluster", "vxhs", "http", "https",
+              "ftp", ftps", or "tftp".
 
-              <p>If the <code>protocol</code> attribute is "rbd", "sheepdog",
-              "gluster", or "vxhs", an additional attribute <code>name</code>
+              <p>For any <code>protocol</code> other than <code>nbd</code>
+              an additional attribute <code>name</code>
               is mandatory to specify which volume/image will be used.
               </p>