python-openstackclient/releasenotes/notes/bug-27882-402ced7ffe930058.yaml
Radoslaw Smigielski aaf73cbf6d Fix --limit option in image list sub-command
Client site fix of --limit option.

This bugfix makes client "image list" command working again with
"--limit" option. This option was ignored and even if user specified it,
still list of all available images was returned.

Story: 2004314
Change-Id: I30a78d65a644c9b7d23706a6637ce77bca2c2386
Depends-On: https://review.openstack.org/#/c/634776/
2019-02-04 18:52:13 +00:00

6 lines
160 B
YAML

---
fixes:
- |
The ``--limit`` option of the ``image list`` command was previously ignored.
[Bug `https://storyboard.openstack.org/#!/story/2004314`]