I've been told in the past in this very list, that Glance would now work over uwsgi. Though that's not the case. Normal image upload works, but doing a "openstack server backup" fails, as well as shelving (it's the same operation...). We get:
"Failed to upload image data due to HTTP error: webob.exc.HTTPRequestEntityTooLarge: Image storage media is full: Object PUT failed"
even though the Swift user Glance is configured for isn't over quota.
Is there any configuration options that we missed? Or should we still consider that Glance over uwsgi is broken?
We run glance in zuul in uwsgi: https://github.com/openstack/glance/blob/master/.zuul.yaml#L207 Note the GLANCE_STANDALONE=False which triggers it to run that way in that and other jobs there. That error message doesn't look familiar to me, nor do I think it makes sense that it is related to wsgi mode. Some more log context and detail would be helpful. --Dan