mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-26 06:25:19 +00:00
4aaa5a723d
Let's change URI to parallels:///system. Parallels Server supports creating VMs from non-privileged accounts, but it's not main usage scenario and it may be forbidden in the future. Also containers, which will be supported by the driver, can be managed only by root, so /system path is more suitable for this driver. Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com>
29 lines
1.0 KiB
HTML
29 lines
1.0 KiB
HTML
<html><body>
|
|
<h1>Parallels Cloud Server driver</h1>
|
|
<ul id="toc"></ul>
|
|
<p>
|
|
The libvirt Parallels driver can manage Parallels Cloud Server starting from version 6.0.
|
|
</p>
|
|
|
|
|
|
<h2><a name="project">Project Links</a></h2>
|
|
<ul>
|
|
<li>
|
|
The <a href="http://www.parallels.com/products/server/baremetal/sp/">Parallels Cloud Server</a> Virtualization Solution.
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<h2><a name="uri">Connections to the Parallels Cloud Server driver</a></h2>
|
|
<p>
|
|
The libvirt Parallels driver is a single-instance privileged driver, with a driver name of 'parallels'. Some example connection URIs for the libvirt driver are:
|
|
</p>
|
|
<pre>
|
|
parallels:///system (local access)
|
|
parallels+unix:///system (local access)
|
|
parallels://example.com/system (remote access, TLS/x509)
|
|
parallels+tcp://example.com/system (remote access, SASl/Kerberos)
|
|
parallels+ssh://root@example.com/system (remote access, SSH tunnelled)
|
|
</pre>
|
|
</body></html>
|