Remove unused sort key export_location from list CLI

Remove unused sort key export_location from list CLI.

Change-Id: I0fa31cff326bfde4d19eaa3b58cfba0aa26261f5
Closes-Bug: #1682726
This commit is contained in:
zhongjun 2017-04-14 15:08:10 +08:00 committed by zhongjun
parent b4f71709dc
commit 441ec29120
2 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,7 @@ SORT_DIR_VALUES = ('asc', 'desc')
SHARE_SORT_KEY_VALUES = (
'id', 'status', 'size', 'host', 'share_proto',
'export_location', 'availability_zone',
'availability_zone',
'user_id', 'project_id',
'created_at', 'updated_at',
'display_name', 'name',

View File

@ -0,0 +1,3 @@
---
fixes:
- Remove unused sort key export_location from list CLI.