bootstrap-vz/bootstrapvz/providers/kvm/README.rst
Anders Ingemann 6bb654b79f Compat with new sphinx
Changed a lot of code:: to code-block::
Also added sphinx_rtd_theme to deps in tox
2016-03-04 01:21:52 +01:00

28 lines
543 B
ReStructuredText

KVM
---
The `KVM <http://www.linux-kvm.org/page/Main_Page>`__ provider creates
virtual images for Linux Kernel-based Virtual Machines. It supports the
installation of `virtio kernel
modules <http://www.linux-kvm.org/page/Virtio>`__ (paravirtualized
drivers for IO operations).
Manifest settings
-----------------
Provider
~~~~~~~~
- ``virtio``: Specifies which virtio kernel modules to install.
``optional``
Example:
.. code-block:: yaml
---
provider:
name: kvm
virtio:
- virtio_blk
- virtio_net