add cluster_id to filter by cluster_id when list actions

Ref commit: https://review.opendev.org/#/c/669026/

Change-Id: I1576303154117dff77f1fbab61e1676712efeb7e
This commit is contained in:
Bo Tran
2020-09-25 15:58:14 +07:00
parent 9f07490292
commit 121b8ce892
+1 -1
View File
@@ -28,7 +28,7 @@ class Action(resource.Resource):
_query_mapping = resource.QueryParameters(
'name', 'action', 'status', 'sort', 'global_project',
target_id='target')
'cluster_id', target_id='target')
# Properties
#: Name of the action.