Comment 7 for bug 1480960

Revision history for this message
James Page (james-page) wrote : Re: glance client silently ignores --owner parameter

Actually this does exist in 0.15.0 as well; but you only hit this problem if the image-list call gets paginated due to a large number of images.

I think it was fixed in https://github.com/openstack/python-glanceclient/commit/f98ab688eff8fff4bdb5f650da3516715d62f232 (included in 0.17.0) when the call to get the owner switched from pop -> get, ensuring that its left in the filters dictionary for subsequent calls.