Remove unsupported sort key "user"
The sort key "user" is not supported by now, remove it! Change-Id: Iec27c84a7f457808d085d70565479d3060d0bfcd Closed-Bug: 1641916
This commit is contained in:
@@ -57,7 +57,7 @@ class ListEvent(command.Lister):
|
||||
"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', "
|
||||
"'oname', 'user', 'action', 'status']")
|
||||
"'oname', 'action', 'status']")
|
||||
)
|
||||
parser.add_argument(
|
||||
'--global-project',
|
||||
|
||||
Reference in New Issue
Block a user