Merge "The output of action list filtered by "target" returns empty"

This commit is contained in:
Jenkins 2016-11-22 02:34:50 +00:00 committed by Gerrit Code Review
commit 19d3064467
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ class ListAction(command.Lister):
help=_("Filter parameters to apply on returned actions. "
"This can be specified multiple times, or once with "
"parameters separated by a semicolon. The valid filter "
"keys are: ['name', 'target', 'action', 'status']"),
"keys are: ['name', 'target', 'action', 'status']. "
"NOTICE: The value of 'target', if provided, "
"must be a full ID."),
action='append'
)
parser.add_argument(