From 25fc4f36ec778a0c7894a0bfa324b96c6ca537aa Mon Sep 17 00:00:00 2001 From: miaohb Date: Wed, 16 Nov 2016 16:58:18 +0800 Subject: [PATCH] Add sort key "oid" in event list Revise the help message of event list, add sort key "oid". Change-Id: I91a5de573cc8ed91afb4f3b61e96a9977fbedbd5 Closed-Bug: 1642142 --- senlinclient/v1/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senlinclient/v1/event.py b/senlinclient/v1/event.py index c7f3e26..0ec1151 100644 --- a/senlinclient/v1/event.py +++ b/senlinclient/v1/event.py @@ -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(