From 4cc9f5258fd2647b00b53737535396dc07692cf9 Mon Sep 17 00:00:00 2001 From: Niklaus Hofer Date: Fri, 5 Jan 2024 18:51:08 +0100 Subject: [PATCH] Fix a typo in the documentation for nested kvm. --- doc/source/guides/devstack-with-nested-kvm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/guides/devstack-with-nested-kvm.rst b/doc/source/guides/devstack-with-nested-kvm.rst index ba483e9ec9..034bee92c6 100644 --- a/doc/source/guides/devstack-with-nested-kvm.rst +++ b/doc/source/guides/devstack-with-nested-kvm.rst @@ -119,7 +119,7 @@ Ensure DevStack VM is Using KVM Before invoking ``stack.sh`` in the VM, ensure that KVM is enabled. This can be verified by checking for the presence of the file ``/dev/kvm`` in your VM. If it is present, DevStack will default to using the config -attribute ``virt_type = kvm`` in ``/etc/nova.conf``; otherwise, it'll fall +attribute ``virt_type = kvm`` in ``/etc/nova/nova.conf``; otherwise, it'll fall back to ``virt_type=qemu``, i.e. plain QEMU emulation. Optionally, to explicitly set the type of virtualization, to KVM, by the