Merge "Repeat Ceilometer alarm actions by default"

This commit is contained in:
Jenkins 2013-10-24 04:22:04 +00:00 committed by Gerrit Code Review
commit 80c742c7ad
2 changed files with 6 additions and 6 deletions

View File

@ -69,6 +69,7 @@ Resources:
Ref: Period
evaluation_periods:
Ref: EvaluationPeriods
repeat_actions: true
threshold:
Ref: Threshold
alarm_actions:

View File

@ -80,12 +80,11 @@ class CeilometerAlarm(resource.Resource):
},
'repeat_actions': {
'Type': 'Boolean',
'Default': 'false',
'Description': _('True to trigger actions each time the threshold '
'is reached. '
'By default, actions are called when : '
'the threshold is reached AND the alarm\'s state '
'have changed.')
'Default': 'true',
'Description': _('False to trigger actions when the threshold is '
'reached AND the alarm\'s state has changed. '
'By default, actions are called each time '
'the threshold is reached. ')
},
'matching_metadata': {
'Type': 'Map',