There's no server-side support for bulk upload of images in glance API. But I see no reason why client-side tooling would work for that. Simplest thing would be using xargs in some bash one-liner.

If talking about python and sdk, should be also quite trivial to implement that leveraging multiprocessing or joblib libraries.



On Mon, Mar 27, 2023 at 5:06 PM Adivya Singh <adivya1.singh@gmail.com> wrote:
Hi Team,

Any hints, if i want to upload images  in a bulk in a Open Stack , because it takes some time for the image to copy if we go one by one, or even of we go with script