72389a6c71
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
8 lines
456 B
YAML
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.
|