openstack-ansible-os_nova/releasenotes/notes/add-nested-virt-1db2270e73d1b34.yaml
Guilherme Steinmüller 72389a6c71 Add support to kvm nested virt
This patch aims to provide the ability for the user
to enable nested kvm virtualization in a kvm compute node
through nova_nested_virt_enabled variable, which its defaults is False.

Change-Id: I64417221fb3d74453d979b7198a0e916e7f4dd23
2018-11-06 15:44:54 +00:00

8 lines
456 B
YAML

---
features:
- This role now optionally enables your compute nodes' KVM kernel
module nested virtualization capabilities, by setting nova_nested_virt_enabled
to true. Depending on your distribution and libvirt version, you might need to
set additional variables to fully enabled nested virtualization.
For details, please see https://docs.openstack.org/nova/latest/admin/configuration/hypervisor-kvm.html#nested-guest-support.