fix doc: update cluster size properties

Change-Id: I7407e3b14020032008d423a15aae7f5692cefe4e
Closes-Bug: #1708907
This commit is contained in:
ruijie 2017-08-06 08:28:15 -07:00
parent a6991090c5
commit 690bfdfc09
1 changed files with 3 additions and 3 deletions

View File

@ -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``.