From 4076d30f85d54cf34fd6646acccd6f16ab566928 Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Sat, 22 Aug 2015 00:43:48 +0300 Subject: [PATCH] docs: Rename 'parallels' to 'vz' Parallels driver was renamed to Virtuozzo. Replace old name by new one for libvirt docs and schemas. --- docs/api.html.in | 2 +- docs/drivers.html.in | 2 +- docs/drvparallels.html.in | 24 +++++++++---------- docs/formatdomain.html.in | 6 ++--- docs/index.html.in | 2 +- docs/schemas/domaincommon.rng | 2 +- docs/sitemap.html.in | 4 ++-- .../domain-parallels-ct-simple.xml | 2 +- .../domain-parallels-vm-simple.xml | 2 +- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/api.html.in b/docs/api.html.in index 5c64db142e..c38bed28c5 100644 --- a/docs/api.html.in +++ b/docs/api.html.in @@ -330,7 +330,7 @@ daemon through the remote driver via an RPC. 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 diff --git a/docs/drivers.html.in b/docs/drivers.html.in index a1d42407ee..be7483b9bc 100644 --- a/docs/drivers.html.in +++ b/docs/drivers.html.in @@ -32,7 +32,7 @@
  • Xen
  • Microsoft Hyper-V
  • IBM PowerVM (phyp)
  • -
  • Parallels
  • +
  • Virtuozzo
  • Bhyve - The BSD Hypervisor
  • diff --git a/docs/drvparallels.html.in b/docs/drvparallels.html.in index 927cc40fae..28c8242a1a 100644 --- a/docs/drvparallels.html.in +++ b/docs/drvparallels.html.in @@ -2,43 +2,43 @@ -

    Parallels Cloud Server driver

    +

    Virtuozzo driver

    - 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.

    Project Links

    -

    Connections to the Parallels Cloud Server driver

    +

    Connections to the Virtuozzo driver

    - 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:

    -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)
     

    Example guest domain XML configuration

    - 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.

    -<domain type='parallels'>
    +<domain type='vz'>
       <name>demo</name>
       <uuid>54cdecad-4492-4e31-a209-33cc21d64057</uuid>
       <description>some description</description>
    diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
    index c3b495ac22..5ca8edee8b 100644
    --- a/docs/formatdomain.html.in
    +++ b/docs/formatdomain.html.in
    @@ -2775,7 +2775,7 @@
                 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".
               
             
    @@ -5135,13 +5135,13 @@ qemu-kvm -net nic,model=? /dev/null
             

    You can provide the amount of video memory in kibibytes (blocks of 1024 bytes) using vram. 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.

    The number of screen can be set using heads. This is - supported only for guests type of "parallels", "kvm", "vbox" and "vmx". + supported only for guests type of "vz", "kvm", "vbox" and "vmx".

    For guest type of kvm the optional attribute ram diff --git a/docs/index.html.in b/docs/index.html.in index c94f4444b0..7b0c14951b 100644 --- a/docs/index.html.in +++ b/docs/index.html.in @@ -72,7 +72,7 @@ The IBM PowerVM hypervisor

  • - The Parallels hypervisor + The Virtuozzo hypervisor
  • The Bhyve hypervisor diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 043c9757d2..337c985909 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -200,7 +200,7 @@ hyperv vbox phyp - parallels + vz bhyve diff --git a/docs/sitemap.html.in b/docs/sitemap.html.in index a9fa945468..7e3746eee8 100644 --- a/docs/sitemap.html.in +++ b/docs/sitemap.html.in @@ -259,8 +259,8 @@ Driver for IBM PowerVM
  • - Parallels - Driver for Parallels Cloud Server + Virtuozzo + Driver for Virtuozzo
  • Bhyve diff --git a/tests/domainschemadata/domain-parallels-ct-simple.xml b/tests/domainschemadata/domain-parallels-ct-simple.xml index b79e963a38..52f251f0c0 100644 --- a/tests/domainschemadata/domain-parallels-ct-simple.xml +++ b/tests/domainschemadata/domain-parallels-ct-simple.xml @@ -1,4 +1,4 @@ - + 1010 88576506-d611-41c2-b6b6-c9043704a0dd diff --git a/tests/domainschemadata/domain-parallels-vm-simple.xml b/tests/domainschemadata/domain-parallels-vm-simple.xml index 4e2158319f..7ee0456937 100644 --- a/tests/domainschemadata/domain-parallels-vm-simple.xml +++ b/tests/domainschemadata/domain-parallels-vm-simple.xml @@ -1,4 +1,4 @@ - + demo 54cdecad-4492-4e31-a209-33cc21d64057 some description