]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Rename 'parallels' to 'vz'
authorSergey Bronnikov <sergeyb@openvz.org>
Fri, 21 Aug 2015 21:43:48 +0000 (00:43 +0300)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 25 Aug 2015 11:21:33 +0000 (07:21 -0400)
Parallels driver was renamed to Virtuozzo. Replace old name by new
one for libvirt docs and schemas.

docs/api.html.in
docs/drivers.html.in
docs/drvparallels.html.in
docs/formatdomain.html.in
docs/index.html.in
docs/schemas/domaincommon.rng
docs/sitemap.html.in
tests/domainschemadata/domain-parallels-ct-simple.xml
tests/domainschemadata/domain-parallels-vm-simple.xml

index 5c64db142e7baabe09ca8ac4bfe9dfd5311f5354..c38bed28c56d2209395962cc95136758a44abfb9 100644 (file)
     daemon through the <a href="remote.html">remote</a> driver via an
     <a href="internals/rpc.html">RPC</a>. Some hypervisors do support
     client-side connections and responses, such as Test, OpenVZ, VMware,
-    Power VM (phyp), VirtualBox (vbox), ESX, Hyper-V, Xen, and Parallels.
+    Power VM (phyp), VirtualBox (vbox), ESX, Hyper-V, Xen, and Virtuozzo.
     The libvirtd daemon service is started on the host at system boot
     time and can also be restarted at any time by a properly privileged
     user, such as root. The libvirtd daemon uses the same libvirt API
index a1d42407ee48b033fc15ca7fe0bdfc28a2aa2a47..be7483b9bc155c5d97bed87524cff722113cfcaf 100644 (file)
@@ -32,7 +32,7 @@
       <li><strong><a href="drvxen.html">Xen</a></strong></li>
       <li><strong><a href="drvhyperv.html">Microsoft Hyper-V</a></strong></li>
       <li><strong><a href="drvphyp.html">IBM PowerVM (phyp)</a></strong></li>
-      <li><strong><a href="drvparallels.html">Parallels</a></strong></li>
+      <li><strong><a href="drvvirtuozzo.html">Virtuozzo</a></strong></li>
       <li><strong><a href="drvbhyve.html">Bhyve</a></strong> - The BSD Hypervisor</li>
     </ul>
 
index 927cc40fae58acd853d5d6f4c53d4c9b1b859fad..28c8242a1a2a1f046b7b6568c38430480be28154 100644 (file)
@@ -2,43 +2,43 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <body>
-    <h1>Parallels Cloud Server driver</h1>
+    <h1>Virtuozzo driver</h1>
     <ul id="toc"></ul>
     <p>
-        The libvirt Parallels driver can manage Parallels Cloud Server starting from version 6.0.
+        The libvirt vz driver can manage Virtuozzo 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.
+        The <a href="http://www.odin.com/products/virtuozzo/">Virtuozzo</a> Solution.
       </li>
     </ul>
 
 
-    <h2><a name="uri">Connections to the Parallels Cloud Server driver</a></h2>
+    <h2><a name="uri">Connections to the Virtuozzo 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:
+        The libvirt Virtuozzo driver is a single-instance privileged driver, with a driver name of 'virtuozzo'. 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)
+vz:///system                     (local access)
+vz+unix:///system                (local access)
+vz://example.com/system          (remote access, TLS/x509)
+vz+tcp://example.com/system      (remote access, SASl/Kerberos)
+vz+ssh://root@example.com/system (remote access, SSH tunnelled)
 </pre>
 
     <h2><a name="example">Example guest domain XML configuration</a></h2>
 
     <p>
-    Parallels driver require at least one hard disk for new domains
+    Virtuozzo driver require at least one hard disk for new domains
     at this time. It is used for defining directory, where VM should
     be created.
     </p>
 
 <pre>
-&lt;domain type='parallels'&gt;
+&lt;domain type='vz'&gt;
   &lt;name&gt;demo&lt;/name&gt;
   &lt;uuid&gt;54cdecad-4492-4e31-a209-33cc21d64057&lt;/uuid&gt;
   &lt;description&gt;some description&lt;/description&gt;
index c3b495ac22de7eaa17b44dfa0e557a6a7a4cc744..5ca8edee8b975187a059eff9048513ee54705581 100644 (file)
             attribute provides the format type. For example, LXC
             supports a type of "loop", with a format of "raw" or
             "nbd" with any format. QEMU supports a type of "path"
-            or "handle", but no formats. Parallels driver supports
+            or "handle", but no formats. Virtuozzo driver supports
             a type of "ploop" with a format of "ploop".
           </li>
         </ul>
@@ -5135,13 +5135,13 @@ qemu-kvm -net nic,model=? /dev/null
         <p>
           You can provide the amount of video memory in kibibytes (blocks of
           1024 bytes) using <code>vram</code>. This is supported only for guest
-          type of "libxl", "parallels", "qemu", "vbox", "vmx" and "xen". If no
+          type of "libxl", "vz", "qemu", "vbox", "vmx" and "xen". If no
           value is provided the default is used. If the size is not a power of
           two it will be rounded to closest one.
         </p>
         <p>
           The number of screen can be set using <code>heads</code>. This is
-          supported only for guests type of "parallels", "kvm", "vbox" and "vmx".
+          supported only for guests type of "vz", "kvm", "vbox" and "vmx".
         </p>
         <p>
           For guest type of kvm the optional attribute <code>ram</code>
index c94f4444b06e9991bff83851f36076901769b4c7..7b0c14951b4df3a39fe6f17313cf2db3f8fe98f2 100644 (file)
@@ -72,7 +72,7 @@
         The <a href="http://libvirt.org/drvphyp.html">IBM PowerVM</a> hypervisor
       </li>
       <li>
-        The <a href="http://libvirt.org/drvparallels.html">Parallels</a> hypervisor
+        The <a href="http://libvirt.org/drvirtuozzo.html">Virtuozzo</a> hypervisor
       </li>
       <li>
         The <a href="http://libvirt.org/drvbhyve.html">Bhyve</a> hypervisor
index 043c9757d26832f9f8bae06ccbdbb09aba5d8a13..337c9859093b91483fe36732a99382cf526c0da1 100644 (file)
         <value>hyperv</value>
         <value>vbox</value>
         <value>phyp</value>
-        <value>parallels</value>
+        <value>vz</value>
         <value>bhyve</value>
       </choice>
     </attribute>
index a9fa9454688c601d57374b34d495740578b78f1b..7e3746eee87d8b8815472a02de22ec12f8c1a6c2 100644 (file)
                 <span>Driver for IBM PowerVM</span>
               </li>
               <li>
-                <a href="drvparallels.html">Parallels</a>
-                <span>Driver for Parallels Cloud Server</span>
+                <a href="drvvirtuozzo.html">Virtuozzo</a>
+                <span>Driver for Virtuozzo</span>
               </li>
               <li>
                 <a href="drvbhyve.html">Bhyve</a>
index b79e963a381aa3e90e9b24e5b61e3145c3e7df04..52f251f0c0f0553461af2a05ff1569359e1856f8 100644 (file)
@@ -1,4 +1,4 @@
-<domain type='parallels'>
+<domain type='vz'>
   <name>1010</name>
   <uuid>88576506-d611-41c2-b6b6-c9043704a0dd</uuid>
   <description></description>
index 4e2158319f0413d2263a2841ee75ea4f1b59944b..7ee0456937081d53bb0b2f4281ac2daf35142d17 100644 (file)
@@ -1,4 +1,4 @@
-<domain type='parallels'>
+<domain type='vz'>
   <name>demo</name>
   <uuid>54cdecad-4492-4e31-a209-33cc21d64057</uuid>
   <description>some description</description>