Merge "Add sort support to image list"

This commit is contained in:
Jenkins
2015-02-07 18:07:54 +00:00
committed by Gerrit Code Review
7 changed files with 184 additions and 0 deletions
doc/source/command-objects
openstackclient

@ -141,6 +141,7 @@ List available images
[--public | --private | --shared]
[--property <key=value>]
[--long]
[--sort <key>[:<direction>]]
.. option:: --public
@ -164,6 +165,11 @@ List available images
List additional fields in output
.. option:: --sort <key>[:<direction>]
Sort output by selected keys and directions(asc or desc) (default: asc),
multiple keys and directions can be specified separated by comma
image save
----------