The output of event-list by filter "cluster_id" return empty
Only full id can get correct result, we'd better notice it. Change-Id: I912fc77d59a7ab6c1e78a6557b8ae5da58bc9b26 Closed-Bug: 1642869
This commit is contained in:
@@ -37,7 +37,9 @@ class ListEvent(command.Lister):
|
||||
"This can be specified multiple times, or once with "
|
||||
"parameters separated by a semicolon. The valid filter "
|
||||
"keys are: ['level', 'otype', 'oid' ,'cluster_id', "
|
||||
"'oname', 'action']"),
|
||||
"'oname', 'action']. "
|
||||
"NOTICE: The value of 'oid' or 'cluster_id', "
|
||||
"if provided, must be a full ID."),
|
||||
action='append'
|
||||
)
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user