From a9135324f654c90d4da859b1b727836daa48b871 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Sun, 3 Jun 2012 22:12:58 +1000 Subject: [PATCH] Add missing properties to cloud watch Change-Id: I8d4be61d1a0b7bd37c97148ca291d22487ee22ba Signed-off-by: Angus Salkeld --- heat/engine/cloud_watch.py | 2 ++ 1 file changed, 2 insertions(+) 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', -- 2.45.2