openstack cluster event list --help bug
--filters key need fix.Use keys "obj_name"... cannot filter. Change-Id: I06b6c8be13f5c43a552015457fff82d5dea73249
This commit is contained in:
@@ -36,8 +36,8 @@ class ListEvent(command.Lister):
|
||||
help=_("Filter parameters to apply on returned events. "
|
||||
"This can be specified multiple times, or once with "
|
||||
"parameters separated by a semicolon. The valid filter "
|
||||
"keys are: ['level', 'obj_type', 'obj_id' ,'cluster_id', "
|
||||
"'obj_name', 'action']"),
|
||||
"keys are: ['level', 'otype', 'oid' ,'cluster_id', "
|
||||
"'oname', 'action']"),
|
||||
action='append'
|
||||
)
|
||||
parser.add_argument(
|
||||
@@ -56,8 +56,8 @@ class ListEvent(command.Lister):
|
||||
help=_("Sorting option which is a string containing a list of "
|
||||
"keys separated by commas. Each key can be optionally "
|
||||
"appended by a sort direction (:asc or :desc). The valid "
|
||||
"sort keys are: ['timestamp', 'level', 'obj_type', "
|
||||
"'obj_name', 'user', 'action', 'status']")
|
||||
"sort keys are: ['timestamp', 'level', 'otype', "
|
||||
"'oname', 'user', 'action', 'status']")
|
||||
)
|
||||
parser.add_argument(
|
||||
'--global-project',
|
||||
|
||||
Reference in New Issue
Block a user