From 690bfdfc09539d692b7fb69290657c7b2ff20560 Mon Sep 17 00:00:00 2001 From: ruijie Date: Sun, 6 Aug 2017 08:28:15 -0700 Subject: [PATCH] fix doc: update cluster size properties Change-Id: I7407e3b14020032008d423a15aae7f5692cefe4e Closes-Bug: #1708907 --- doc/source/contributor/cluster.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/contributor/cluster.rst b/doc/source/contributor/cluster.rst index ee92d3d6f..40bc24ca1 100644 --- a/doc/source/contributor/cluster.rst +++ b/doc/source/contributor/cluster.rst @@ -259,9 +259,9 @@ acceptable. Once the cross-verification has passed, Senlin engine will calculate the new ``desired_capacity`` and adjust the size of the cluster if deemed necessary. -For example, when the cluster size is below the new ``min_size``, some nodes -will be removed from the cluster; when the cluster size is above the new -``max_size``, new nodes will be created and added to the cluster. If the +For example, when the cluster size is below the new ``min_size``, new nodes +will be created and added to the cluster; when the cluster size is above the +new ``max_size``, some nodes will be removed from the cluster. If the ``desired_capacity`` is set and the property value falls between the new range of cluster size, Senlin tries resize the cluster to the ``desired_capacity``.