From d12047303d974b2e467d86ce1b2aaf75eaa4c8ec Mon Sep 17 00:00:00 2001 From: "Yuanbin.Chen" Date: Tue, 18 Jul 2017 17:17:43 +0800 Subject: [PATCH] Fix delete policy reduce_desired_capacity describe error Change-Id: Ic0bf71f496104289a4b6a1984a715ee87c23d939 Signed-off-by: Yuanbin.Chen --- senlin/policies/deletion_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senlin/policies/deletion_policy.py b/senlin/policies/deletion_policy.py index 024a313c..0bc91e05 100644 --- a/senlin/policies/deletion_policy.py +++ b/senlin/policies/deletion_policy.py @@ -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, ) }