Merge "Fix cluster action list filter"

This commit is contained in:
Jenkins 2017-06-14 12:28:32 +00:00 committed by Gerrit Code Review
commit cd19ad6615
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ class Action(resource.Resource):
allow_get = True
_query_mapping = resource.QueryParameters(
'name', 'target', 'action', 'status', 'sort', 'global_project')
'name', 'action', 'status', 'sort', 'global_project',
target_id='target')
# Properties
#: Name of the action.