From b1759de9d290a93e676eebe55a4cb0517355d137 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 8 Mar 2016 09:18:40 +0100 Subject: [PATCH] docs/siteconfig.rst: consistency Change "count: 0" to "count: 3" for consistency with the comment. Signed-off-by: Nathan Cutler --- docs/siteconfig.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/siteconfig.rst b/docs/siteconfig.rst index ed305595da..214a22fe23 100644 --- a/docs/siteconfig.rst +++ b/docs/siteconfig.rst @@ -194,10 +194,9 @@ Here is a sample configuration with many of the options set and documented:: cpus: 1 # The volumes attached to each instance. In the following example, - # three volumes of 10 GB will be created for each instanced and + # three volumes of 10 GB will be created for each instance and # will show as /dev/vdb, /dev/vdc and /dev/vdd # - # # This configuration applies to all instances created for teuthology jobs # that do not redefine these values. # @@ -205,7 +204,7 @@ Here is a sample configuration with many of the options set and documented:: # The number of volumes # - count: 0 + count: 3 # The size of each volume, in GB # -- 2.39.5