From: Angus Salkeld Date: Sun, 3 Jun 2012 12:12:58 +0000 (+1000) Subject: Add missing properties to cloud watch X-Git-Tag: 2014.1~1759 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a9135324f654c90d4da859b1b727836daa48b871;p=openstack-build%2Fheat-build.git Add missing properties to cloud watch Change-Id: I8d4be61d1a0b7bd37c97148ca291d22487ee22ba Signed-off-by: Angus Salkeld --- diff --git a/heat/engine/cloud_watch.py b/heat/engine/cloud_watch.py index 95b8495c..d4853555 100644 --- a/heat/engine/cloud_watch.py +++ b/heat/engine/cloud_watch.py @@ -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',