Merge "Remove unused sort key export_location from list CLI"

This commit is contained in:
Jenkins 2017-04-18 11:23:28 +00:00 committed by Gerrit Code Review
commit 01cd1558ca
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.