Removed unused 'alarm' field
The 'alarm' field is currently unused, so it has been removed. Change-Id: I02fa15b06ed49dbc5dd63de54a9cde601413983c Closes-Bug: #1550261
This commit is contained in:
@@ -44,8 +44,6 @@ class Action(base.WatcherObject):
|
||||
'action_type': obj_utils.str_or_none,
|
||||
'input_parameters': obj_utils.dict_or_none,
|
||||
'state': obj_utils.str_or_none,
|
||||
# todo(jed) remove parameter alarm
|
||||
'alarm': obj_utils.str_or_none,
|
||||
'next': obj_utils.int_or_none,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user