Merge "Repeat Ceilometer alarm actions by default"
This commit is contained in:
commit
80c742c7ad
@ -69,6 +69,7 @@ Resources:
|
|||||||
Ref: Period
|
Ref: Period
|
||||||
evaluation_periods:
|
evaluation_periods:
|
||||||
Ref: EvaluationPeriods
|
Ref: EvaluationPeriods
|
||||||
|
repeat_actions: true
|
||||||
threshold:
|
threshold:
|
||||||
Ref: Threshold
|
Ref: Threshold
|
||||||
alarm_actions:
|
alarm_actions:
|
||||||
|
@ -80,12 +80,11 @@ class CeilometerAlarm(resource.Resource):
|
|||||||
},
|
},
|
||||||
'repeat_actions': {
|
'repeat_actions': {
|
||||||
'Type': 'Boolean',
|
'Type': 'Boolean',
|
||||||
'Default': 'false',
|
'Default': 'true',
|
||||||
'Description': _('True to trigger actions each time the threshold '
|
'Description': _('False to trigger actions when the threshold is '
|
||||||
'is reached. '
|
'reached AND the alarm\'s state has changed. '
|
||||||
'By default, actions are called when : '
|
'By default, actions are called each time '
|
||||||
'the threshold is reached AND the alarm\'s state '
|
'the threshold is reached. ')
|
||||||
'have changed.')
|
|
||||||
},
|
},
|
||||||
'matching_metadata': {
|
'matching_metadata': {
|
||||||
'Type': 'Map',
|
'Type': 'Map',
|
||||||
|
Loading…
Reference in New Issue
Block a user