<div dir="ltr">Hi All,<div><br></div><div>Recently we had a bug where page-size parameter was not passed in from nova while making a call to glance for image list. This was addressed by <a href="https://review.openstack.org/#/c/43262/">https://review.openstack.org/#/c/43262/</a>.</div>
<div><br></div><div>As a result, I also thought that it might make sense to have a default page size configurable for image list call on nova end. </div><div><br></div><div>The reason is, if we do not have page-size parameter set, then the page size is defaulted to 20 on glance client. This is not a configurable value on glance client. If there are huge number images(say 1000), then nova ends up making huge number of calls to glance(50, in this case). So, having a default page-size configurable on nova end would help to have more control over this value.</div>
<div><br></div><div>This is captured in <a href="https://blueprints.launchpad.net/nova/+spec/default-page-size-for-image-list">https://blueprints.launchpad.net/nova/+spec/default-page-size-for-image-list</a></div><div><br>
</div><div>Can we get some discussions started over this?</div><div><br></div><div>Thanks <br>-- <br>Sumanth N S<br>
</div></div>