Ah, you're the second person to run into this problem this week, and I think it's because we (OSC) now default the image API to v2.
v1 image listing worked well, we used the markers that glance returned back correctly. Turns out for v2 we weren't doing this, and only the first 20-30 images get returned. We merged a patch to fix this [1], expect a release soon, but in the mean time, if you pass in `--os-image-api-version 1` to the command, it'll return the correct result. [1] https://review.openstack.org/#/c/406200/ On Fri, Dec 9, 2016 at 1:52 PM, Ken D'Ambrosio <k...@jots.org> wrote: > Same user, same cloud, issuing the commands seconds apart. Any idea as to > why there's a disparity? > > gbadmin@openstack-cli:~ liberty(prod)$ openstack image list | wc -l > 29 > gbadmin@openstack-cli:~ liberty(prod)$ glance image-list | wc -l > 186 > > _______________________________________________ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstac > k > Post to : openstack@lists.openstack.org > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstac > k >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack