I reproduced by adding tons of images:
`openstack image create 1`
`openstack image create 2`
... (a bunch of times)
And then ran
`openstack image list | wc -l`
and
`openstack image-list --limit 500 | wc -l`
(The --limit 500 is to force osc to show all images (I don't have more than 500), ie making the first page show everything)
The outputs are indeed, different.
I reproduced by adding tons of images:
`openstack image create 1`
`openstack image create 2`
... (a bunch of times)
And then ran
`openstack image list | wc -l`
and
`openstack image-list --limit 500 | wc -l`
(The --limit 500 is to force osc to show all images (I don't have more than 500), ie making the first page show everything)
The outputs are indeed, different.