]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Add missing properties to cloud watch
authorAngus Salkeld <asalkeld@redhat.com>
Sun, 3 Jun 2012 12:12:58 +0000 (22:12 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Mon, 4 Jun 2012 23:49:05 +0000 (09:49 +1000)
Change-Id: I8d4be61d1a0b7bd37c97148ca291d22487ee22ba
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
heat/engine/cloud_watch.py

index 95b8495ccbec74898f5d71691eba4fd7bf1c46c7..d4853555d61772ebeee7c730f78dbc814962b2c9 100644 (file)
@@ -39,6 +39,8 @@ class CloudWatchAlarm(Resource):
                       'AllowedValues': ['SampleCount', 'Average', 'Sum',
                                         'Minimum', 'Maximum']},
         'AlarmActions': {'Type': 'List'},
+        'OKActions': {'Type': 'List'},
+        'InsufficientDataActions': {'Type': 'List'},
         'Threshold': {'Type': 'String'},
         'Units': {'Type': 'String',
                   'AllowedValues': ['Seconds', 'Microseconds', 'Milliseconds',