summaryrefslogtreecommitdiff
path: root/heat/engine/watchrule.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/engine/watchrule.py')
-rw-r--r--heat/engine/watchrule.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/engine/watchrule.py b/heat/engine/watchrule.py
index 6450bb8bf..a613898fc 100644
--- a/heat/engine/watchrule.py
+++ b/heat/engine/watchrule.py
@@ -44,7 +44,7 @@ class WatchRule(object):
updated_at = timestamp.Timestamp(db_api.watch_rule_get, 'updated_at')
def __init__(self, context, watch_name, rule, stack_id=None,
- state=NORMAL, wid=None, watch_data=[],
+ state=NODATA, wid=None, watch_data=[],
last_evaluated=timeutils.utcnow()):
self.context = context
self.now = timeutils.utcnow()