Comment 6 for bug 1777849

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-manilaclient (master)

Reviewed: https://review.openstack.org/578744
Committed: https://git.openstack.org/cgit/openstack/python-manilaclient/commit/?id=7b816ceb03e84ad1b4a14a0e11b525a2c4b8baa1
Submitter: Zuul
Branch: master

commit 7b816ceb03e84ad1b4a14a0e11b525a2c4b8baa1
Author: deepak_mourya <email address hidden>
Date: Thu Jun 28 15:05:48 2018 +0530

    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