Comment 2 for bug 1596818

Revision history for this message
Tom (tomjosekal) wrote : Re: Openstack project list default sorted by id

That is correct keystone client was doing the Order by name...
Server is returning the result ordered by id and Openstack client is just displaying it... Where as keystone is doing a order by name at the client side...FYI (https://github.com/openstack/python-keystoneclient/blob/2.3.1/keystoneclient/v2_0/shell.py#L68&L69)

If we have more than 100 projects it will be difficult to find out the project which we are looking for ...

I working on a fix to introduce ``openstack project list --sort `` and also default it to order by name.. If all disagree with "default order by name" then I can remove it and I can leave with the --sort options....

FYI : I will be using the helper function which is mentioned above...