[Openstack] Error with gerrit, devstack

2016-12-09 Thread Annapoornima Koppad
Dear All, I am facing this problem with Devstack Gerrit process. Can someone help? Here is my problem. I had an old machine on which I installed git, git cloned Devstack and contributed some patches to Openstack. My old machine was as useless as it could get. So, I bought a new Dell Inspiron mach

[Openstack] Difference between image listings...

2016-12-09 Thread Ken D'Ambrosio
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

Re: [Openstack] Difference between image listings...

2016-12-09 Thread Steve Martinelli
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 ret