Fair enough, thanks. I'll move this bug to the client then. ** Project changed: glance => python-glanceclient
-- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1444056 Title: v1 client may truncate listings Status in Python client library for Glance: New Bug description: If I set api_limit_max = 10 in glance-api.conf: and I have 71 images and list them with v2 I see all of them: $ glance --os-image-api-version 2 image-list --page-size 80 | wc 71 283 5325 Each response from the server correctly contains only 10 images. If I set: glance-registry.conf api_limit_max = 10 and list: $ glance --os-image-api-version 1 image-list --page-size 80 | wc 14 138 1358 the number of images returned is truncated. To manage notifications about this bug go to: https://bugs.launchpad.net/python-glanceclient/+bug/1444056/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

