]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: improve auth service listing
authorPino Toscano <ptoscano@redhat.com>
Mon, 17 Aug 2020 07:55:26 +0000 (09:55 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 17 Aug 2020 09:34:10 +0000 (11:34 +0200)
Slightly improve the list of known authentication service types:
- reword 'ssh' to mention it is used for the ssh driver (for remote
  QEMU), and stop mentioning the removed Phyp driver
- add 'hyperv', used by the HyperV driver
- alphabetically sort the list
- use a bulletted list instead of a numbered one

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
docs/auth.html.in

index 6f8805b6f58eee5d15bba4263b9570ae811233cb..99643137761024493207585f896ddce6f7fe44c0 100644 (file)
@@ -122,17 +122,19 @@ credentials=defgrp</pre>
 
 
     <p>
-      The following service types are known to libvirt
+      The following service types are known to libvirt:
     </p>
 
-    <ol>
-      <li><code>libvirt</code> - used for connections to a libvirtd
-        server, which is configured with SASL auth</li>
-      <li><code>ssh</code> - used for connections to a Phyp server
-        over SSH, but the Phyp driver has been removed</li>
+    <ul>
       <li><code>esx</code> - used for connections to an ESX or
         VirtualCenter server</li>
-    </ol>
+      <li><code>hyperv</code> - used for connections to an HyperV
+        server</li>
+      <li><code>libvirt</code> - used for connections to a libvirtd
+        server, which is configured with SASL auth</li>
+      <li><code>ssh</code> - used for connections to a remote QEMU driver
+        over SSH</li>
+    </ul>
 
     <p>
       Applications using libvirt are free to use this same configuration