Merge "Add filters "policy_type" and "policy_name" for policy binding list"

This commit is contained in:
Jenkins
2016-11-15 09:35:03 +00:00
committed by Gerrit Code Review

View File

@@ -35,7 +35,7 @@ class ClusterPolicyList(command.Lister):
help=_("Filter parameters to apply on returned results. "
"This can be specified multiple times, or once with "
"parameters separated by a semicolon. The valid filter "
"keys are: ['is_enabled']"),
"keys are: ['is_enabled', 'policy_type', 'policy_name']"),
action='append'
)
parser.add_argument(