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:
@@ -53,7 +53,6 @@ class DefaultPlanner(base.BasePlanner):
|
||||
'action_type': action_type,
|
||||
'input_parameters': input_parameters,
|
||||
'state': objects.action.State.PENDING,
|
||||
'alarm': None,
|
||||
'next': None,
|
||||
}
|
||||
return action
|
||||
|
||||
Reference in New Issue
Block a user