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:
parent
b4f71709dc
commit
441ec29120
@ -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',
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
fixes:
|
||||
- Remove unused sort key export_location from list CLI.
|
Loading…
x
Reference in New Issue
Block a user