Merge "Add filter "user_id" for receiver list"

This commit is contained in:
Jenkins
2017-01-28 09:14:25 +00:00
committed by Gerrit Code Review

View File

@@ -37,7 +37,8 @@ class ListReceiver(command.Lister):
help=_("Filter parameters to apply on returned receivers. "
"This can be specified multiple times, or once with "
"parameters separated by a semicolon. The valid filter "
"keys are: ['name', 'type', 'action', 'cluster_id']"),
"keys are: ['name', 'type', 'action', 'cluster_id', "
"'user_id']"),
action='append'
)
parser.add_argument(