Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/glance/+spec/image-upload-taskflow. Description: Image uploads are currently prone to race conditions e.g. if multiple image upload requests happen concurrently. Image task flow can currenlty be affected by the glance service going down so it seems that the proper way to sort this is to implement a taskflow (https://wiki.openstack.org/wiki/TaskFlow) like in other Openstack projects. Specification URL (additional information): None