docs: improve auth service listing

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>
This commit is contained in:
Pino Toscano 2020-08-17 09:55:26 +02:00 committed by Andrea Bolognani
parent e4dc0c4c16
commit cbce7a12b7

View 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