Add sort key "oid" in event list

Revise the help message of event list,
add sort key "oid".

Change-Id: I91a5de573cc8ed91afb4f3b61e96a9977fbedbd5
Closed-Bug: 1642142
This commit is contained in:
miaohb
2016-11-16 16:58:18 +08:00
parent b0b6080a17
commit 25fc4f36ec

View File

@@ -56,7 +56,7 @@ 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', 'otype', "
"sort keys are: ['timestamp', 'level', 'oid', 'otype', "
"'oname', 'action', 'status']")
)
parser.add_argument(