Merge "Add filter "is_enabled" for policy binding list"

This commit is contained in:
Jenkins
2016-11-01 02:32:04 +00:00
committed by Gerrit Code Review

View File

@@ -34,7 +34,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: ['type', 'name']"),
"keys are: ['is_enabled']"),
action='append'
)
parser.add_argument(