doc: link Kashyap's cpu model talk to the libvirt driver config docs

Change-Id: If9b72290d3e7faa486dc0d3a7b2e4a6928705011
This commit is contained in:
Matt Riedemann 2019-02-04 11:09:13 -05:00
parent ac1fafb84c
commit d3251c3f9f
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
KVM KVM
=== ===
.. todo:: This is really installation guide material and should probably be .. todo:: Some of this is installation guide material and should probably be
moved. moved.
KVM is configured as the default hypervisor for Compute. KVM is configured as the default hypervisor for Compute.
@ -284,6 +284,11 @@ define which type of CPU model is exposed to the hypervisor when using KVM:
The ``cpu_mode`` option can take one of the following values: ``none``, The ``cpu_mode`` option can take one of the following values: ``none``,
``host-passthrough``, ``host-model``, and ``custom``. ``host-passthrough``, ``host-model``, and ``custom``.
See `Effective Virtual CPU configuration in Nova`_ for a recorded presentation
about this topic.
.. _Effective Virtual CPU configuration in Nova: https://www.openstack.org/videos/summits/berlin-2018/effective-virtual-cpu-configuration-in-nova
Host model (default for KVM & QEMU) Host model (default for KVM & QEMU)
----------------------------------- -----------------------------------