aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Guryanov <dguryanov@parallels.com>2012-08-13 19:50:12 +0400
committerDaniel Veillard <veillard@redhat.com>2012-08-15 16:39:32 +0800
commit4aaa5a723d13fa29fdbd3c604cdce0cb84ec8e6a (patch)
tree8c27cd8314712c39b064a489fd9305dabc10878c /docs/drvparallels.html.in
parentAdding Sukadev Bhattiprolu (diff)
downloadlibvirt-4aaa5a723d13fa29fdbd3c604cdce0cb84ec8e6a.tar.gz
libvirt-4aaa5a723d13fa29fdbd3c604cdce0cb84ec8e6a.tar.bz2
libvirt-4aaa5a723d13fa29fdbd3c604cdce0cb84ec8e6a.zip
parallels: change URI to parallels:///system
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>
Diffstat (limited to 'docs/drvparallels.html.in')
-rw-r--r--docs/drvparallels.html.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/drvparallels.html.in b/docs/drvparallels.html.in
index 40a0fe59d..8e1430b5e 100644
--- a/docs/drvparallels.html.in
+++ b/docs/drvparallels.html.in
@@ -19,10 +19,10 @@
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:///default (local access)
-parallels+unix:///default (local access)
-parallels://example.com/default (remote access, TLS/x509)
-parallels+tcp://example.com/default (remote access, SASl/Kerberos)
-parallels+ssh://root@example.com/default (remote access, SSH tunnelled)
+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>