Comment 5 for bug 1639231

Revision history for this message
Vijendra Soni (vijendra-soni) wrote :

yes glance use marker along with limit,sort_key,sort_dir and filters.

however marker set to none for openstack image list without any further command argument and sort_key set to 'created_at' and sort_dir' set to 'desc'.

When issuing openstackstack image list --sort 'name:asc' , marker set to none, sort_key as 'name' and sort_dir as 'asc'.

please suggest how to go for default sort by name in asc order fix.

Thanks,
Vijendra Soni