From c1dded9b91ae46d339430efcc69b0d3a4882b88b Mon Sep 17 00:00:00 2001 From: Hiroshi Miura <miurahr@nttdata.co.jp> Date: Wed, 22 Jul 2015 12:18:35 +0900 Subject: [PATCH] fix typo in guide for nested kvm Change-Id: Ie103a097830401248c75fcb16d4dd746bbbb7288 Signed-off-by: Hiroshi Miura <miurahr@nttdata.co.jp> --- 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 b35492ea17..c652bacced 100644 --- a/doc/source/guides/devstack-with-nested-kvm.rst +++ b/doc/source/guides/devstack-with-nested-kvm.rst @@ -88,7 +88,7 @@ host: parm: nested:int To make the above value persistent across reboots, add an entry in -/etc/modprobe.ddist.conf so it looks as below:: +/etc/modprobe.d/dist.conf so it looks as below:: cat /etc/modprobe.d/dist.conf options kvm-amd nested=y