Comment 5 for bug 1726955

Revision history for this message
Ian Kumlien (pomac) wrote :

openstack --debug server list --long >server-log-debug 2>&1

grep curl server-log-debug |wc -l
45

grep curl server-log-debug |grep "images?marker=" |wc -l
40

So we actually have to list all images, in multiple requests for some reason? Isn't this highly inefficient?