File: hypervisor-virtuozzo.rst

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (39 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
=========
Virtuozzo
=========

Virtuozzo 7.0.0 (or newer), or its community edition OpenVZ, provides both
types of virtualization: Kernel Virtual Machines and OS Containers.  The type
of instance to span is chosen depending on the ``hw_vm_type`` property of an
image.

.. note::

   Some OpenStack Compute features may be missing when running with Virtuozzo
   as the hypervisor. See :doc:`/user/support-matrix` for details.

To enable Virtuozzo Containers, set the following options in
``/etc/nova/nova.conf`` on all hosts running the ``nova-compute`` service.

.. code-block:: ini

   compute_driver = libvirt.LibvirtDriver
   force_raw_images = False

   [libvirt]
   virt_type = parallels
   images_type = ploop
   connection_uri = parallels:///system
   inject_partition = -2

To enable Virtuozzo Virtual Machines, set the following options in
``/etc/nova/nova.conf`` on all hosts running the ``nova-compute`` service.

.. code-block:: ini

   compute_driver = libvirt.LibvirtDriver

   [libvirt]
   virt_type = parallels
   images_type = qcow2
   connection_uri = parallels:///system