From 2e55f4ebee83297cfa68ae7b7c438f280d745914 Mon Sep 17 00:00:00 2001 From: zte-hanrong Date: Sat, 13 Aug 2016 16:19:54 +0800 Subject: [PATCH] Modify libvirt_opts="-d -l" to libvirtd_opts="-d -l" Change-Id: Iebb5ab722e416e83abfe48e7b66633645c63f94b --- doc/source/dev/devstack.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/dev/devstack.rst b/doc/source/dev/devstack.rst index b27f3e613..463dbe7e2 100644 --- a/doc/source/dev/devstack.rst +++ b/doc/source/dev/devstack.rst @@ -160,7 +160,7 @@ Edit `/etc/libvirt/libvirtd.conf` to make sure the following values are set:: Edit `/etc/default/libvirt-bin`:: - libvirt_opts="-d -l" + libvirtd_opts="-d -l" Restart the libvirt service::