Merge "Point out valid filter keys in `openstack cluster member list`"

This commit is contained in:
Jenkins 2016-11-22 03:00:27 +00:00 committed by Gerrit Code Review
commit 11191fc11c
1 changed files with 4 additions and 3 deletions

View File

@ -599,9 +599,10 @@ class ClusterNodeList(command.Lister):
parser.add_argument(
'--filters',
metavar='<key1=value1;key2=value2...>',
help=_('Filter parameters to apply on returned nodes. '
'This can be specified multiple times, or once with '
'parameters separated by a semicolon'),
help=_("Filter parameters to apply on returned nodes. "
"This can be specified multiple times, or once with "
"parameters separated by a semicolon. The valid filter "
"keys are: ['status', 'name']"),
action='append'
)
parser.add_argument(