From 441ec29120ced5fa7028e307c19e135d8fa52b1a Mon Sep 17 00:00:00 2001 From: zhongjun Date: Fri, 14 Apr 2017 15:08:10 +0800 Subject: [PATCH] Remove unused sort key export_location from list CLI Remove unused sort key export_location from list CLI. Change-Id: I0fa31cff326bfde4d19eaa3b58cfba0aa26261f5 Closes-Bug: #1682726 --- manilaclient/common/constants.py | 2 +- ...ve-sort-key-export-location-from-list-885des26bd5ea2de.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/bug-1682726-remove-sort-key-export-location-from-list-885des26bd5ea2de.yaml diff --git a/manilaclient/common/constants.py b/manilaclient/common/constants.py index dd4b3b8..4e0814f 100644 --- a/manilaclient/common/constants.py +++ b/manilaclient/common/constants.py @@ -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', diff --git a/releasenotes/notes/bug-1682726-remove-sort-key-export-location-from-list-885des26bd5ea2de.yaml b/releasenotes/notes/bug-1682726-remove-sort-key-export-location-from-list-885des26bd5ea2de.yaml new file mode 100644 index 0000000..da6c725 --- /dev/null +++ b/releasenotes/notes/bug-1682726-remove-sort-key-export-location-from-list-885des26bd5ea2de.yaml @@ -0,0 +1,3 @@ +--- +fixes: + - Remove unused sort key export_location from list CLI. \ No newline at end of file