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:
miaohb
2016-11-16 11:39:26 +08:00
parent 1381016ef6
commit b0b6080a17

View File

@@ -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',