From 09698d0e0e21f2cb401418db94d725d305acdc7d Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 6 Jan 2017 11:25:46 +0100 Subject: [PATCH] Fix typo in commands to enable nested KVM with kvm-amd Change-Id: Ie3c6df2409385d9c6bbc50b3b1f8b20689478466 --- 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 85a5656198..3732f06fd8 100644 --- a/doc/source/guides/devstack-with-nested-kvm.rst +++ b/doc/source/guides/devstack-with-nested-kvm.rst @@ -73,7 +73,7 @@ back: :: sudo rmmod kvm-amd - sudo sh -c "echo 'options amd nested=1' >> /etc/modprobe.d/dist.conf" + sudo sh -c "echo 'options kvm-amd nested=1' >> /etc/modprobe.d/dist.conf" sudo modprobe kvm-amd Ensure the Nested KVM Kernel module parameter for AMD is enabled on the