commit | 09698d0e0e21f2cb401418db94d725d305acdc7d | [log] [tgz] |
---|---|---|
author | Vincent Untz <vuntz@suse.com> | Fri Jan 06 11:25:46 2017 +0100 |
committer | Vincent Untz <vuntz@suse.com> | Fri Jan 06 11:25:46 2017 +0100 |
tree | 1d1871335ddfb1a0c08344784da42a9a2678d826 | |
parent | 7ec59a017a9cf8e9cfb427ba81e39d7e2a21a2ec [diff] [blame] |
Fix typo in commands to enable nested KVM with kvm-amd Change-Id: Ie3c6df2409385d9c6bbc50b3b1f8b20689478466
diff --git a/doc/source/guides/devstack-with-nested-kvm.rst b/doc/source/guides/devstack-with-nested-kvm.rst index 85a5656..3732f06 100644 --- a/doc/source/guides/devstack-with-nested-kvm.rst +++ b/doc/source/guides/devstack-with-nested-kvm.rst
@@ -73,7 +73,7 @@ :: 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