From 0ca195668db4ff929b2e1f3d1fe2f0c2d16af8eb Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sat, 10 Sep 2016 09:29:29 +0800 Subject: [PATCH] Remove the duplicate word to improve the clarity of the sentence TrivialFix Change-Id: Id829706078341720c2b81c5a1c66b48eabb0ab8a --- 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 7b4208e118..3945000465 100644 --- a/doc/nova-fake-driver.rst +++ b/doc/nova-fake-driver.rst @@ -11,7 +11,7 @@ However, without a large number of nova-compute nodes, it becomes difficult to exercise the control performance. Given the built-in feature of Docker container, Kolla enables standing up many -many of nova-compute nodes with nova fake driver on a single host. For example, +of nova-compute nodes with nova fake driver on a single host. For example, we can create 100 nova-compute containers on a real host to simulate the 100-hypervisor workload to the nova-conductor and the messaging queue.