From 7fb2d38ab54aab9be267437c8d1d3da636101357 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Mon, 12 Sep 2016 09:54:57 +0800 Subject: [PATCH] Use "node" take place of "nodes" Change-Id: I528f71df39fd695a36fe10a8ee2b1cb4a267e11f --- doc/nova-fake-driver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nova-fake-driver.rst b/doc/nova-fake-driver.rst index 3945000465..dd15577103 100644 --- a/doc/nova-fake-driver.rst +++ b/doc/nova-fake-driver.rst @@ -32,6 +32,6 @@ command line options. enable_nova_fake: "yes" num_nova_fake_per_node: 5 -Each compute nodes will run 5 nova-compute containers and 5 +Each compute node will run 5 nova-compute containers and 5 neutron-plugin-agent containers. When booting instance, there will be no real instances created. But *nova list* shows the fake instances.