Added link to libvirt-qpid on front page, and docs on URI formats for each driver

This commit is contained in:
Daniel P. Berrange
2009-01-27 14:49:09 +00:00
parent f03d3439cd
commit 04b120e481
13 changed files with 134 additions and 5 deletions
+17
View File
@@ -44,6 +44,23 @@
</li>
</ul>
<h2>Connections to Xen driver</h2>
<p>
The libvirt Xen driver is a single-instance privileged driver,
with a driver name of 'xen'. Some example conection URIs for
the libvirt driver are:
</p>
<pre>
xen:/// (local access, direct)
xen+unix:/// (local access, via daemon)
xen://example.com/ (remote access, TLS/x509)
xen+tcp://example.com/ (remote access, SASl/Kerberos)
xen+ssh://root@example.com/ (remote access, SSH tunnelled)
</pre>
<h2><a name="xmlconfig">Example domain XML config</a></h2>
<p>