Fix delete policy reduce_desired_capacity describe error

Change-Id: Ic0bf71f496104289a4b6a1984a715ee87c23d939
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
This commit is contained in:
Yuanbin.Chen 2017-07-18 17:17:43 +08:00
parent eb26b4806d
commit d12047303d
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class DeletionPolicy(base.Policy):
),
REDUCE_DESIRED_CAPACITY: schema.Boolean(
_('Whether the desired capacity of the cluster should be '
'reduced along the deletion. Default to False.'),
'reduced along the deletion. Default to True.'),
default=True,
)
}