Is glance-api not multithreaded?
I am testing a Glance setup with the api/registry running on a single machine, with mysql and swift backends.
If I issue a long running command to glance, such as a large upload, further glance commands seem to queue up behind it, not returning until or very soon before the long running command completes.
Is this expected behavior? Or do I have something misconfigured?