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:
miaohb
2016-11-18 16:33:18 +08:00
parent f2d612903c
commit 773fd80bb0

View File

@@ -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(