Removed unused 'alarm' field

The 'alarm' field is currently unused, so it has been removed.

Change-Id: I20d4db6cd65ad22fea78a466bda7c8c6e7c054b7
Closes-Bug: #1550261
This commit is contained in:
Larry Rensing 2016-04-18 15:48:46 +00:00
parent 9805c74188
commit 760a274b65
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ class ActionPlan(base.APIResourceWrapper):
class Action(base.APIResourceWrapper):
_attrs = ('uuid', 'created_at', 'updated_at', 'deleted_at', 'next_uuid',
'description', 'alarm', 'state', 'action_plan_uuid',
'description', 'state', 'action_plan_uuid',
'action_type', 'applies_to', 'src', 'dst', 'parameter')
def __init__(self, apiresource, request=None):