Comment 7 for bug 1443089

Revision history for this message
Steve Martinelli (stevemar) wrote :

Added a 'limit' option, and that seems to solve things. Don't know if it agrees with dtroyers vision of handling paging going forward thought.

steve:python-openstackclient$ openstack image list | wc -l
29
steve:python-openstackclient$ openstack image list --limit 100 | wc -l
33

Tested with >25 images created.

Not sure how to glanceclient is warping this to get everything by default. Also not sure if that's something we want to encourage.