python-manilaclient/releasenotes/notes/bug_1777849_1779935_fix-344cb8f09b7df502.yaml
deepak_mourya 7b816ceb03 Fix sort options --sort-key and --sort-dir in list command.
Previously manila list --sort_key name command sort on
the basis of id instead of name. This PS will fix the
issue and sort the list in terms of name key.

Change-Id: If96162b5269a5a385de9c72c4cef2b335e5c24ff
Closes-Bug: #1777849
Closes-Bug: #1779935
2018-08-08 05:39:42 +00:00

4 lines
108 B
YAML

---
fixes:
- Fixed bugs 1777849 and 1779935. Name can be used for the sort option
in the list command.