glance image-list should expose sorting CLI options
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Glance Client |
Medium
|
Brian Waldon |
Bug Description
We don't have any way to control the sort key or direciton of the image-list command.
Changed in python-glanceclient: | |
status: | Triaged → In Progress |
Reviewed: https:/
Committed: http://
Submitter: Jenkins
Branch: master
commit 4da8b287b40cf0f
Author: Brian Waldon <email address hidden>
Date: Sun Nov 25 14:26:02 2012 -0500
Add --sort-key and --sort-dir to image-list
The --sort-key and --sort-dir CLI options allow users to control the
field and direction by which their images are sorted in an image-list
operation. The previous default sort behavior of sorting by ID asc has
been preserved.
Fixes bug 1082957.
Change-Id: I1d3664219c275b
Changed in python-glanceclient: | |
status: | In Progress → Fix Committed |
Changed in python-glanceclient: | |
milestone: | none → v0.7.0 |
Changed in python-glanceclient: | |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/16847
Review: https:/