Comment 2 for bug 1459051

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/184125
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=1296c6d0eb004a5c15b392bf7154db9217200631
Submitter: Jenkins
Branch: master

commit 1296c6d0eb004a5c15b392bf7154db9217200631
Author: Sabari Kumar Murugesan <email address hidden>
Date: Mon May 18 14:08:32 2015 -0700

    Make create task as non-blocking

    Currently, the create task api is blocking and waits until the task
    is complete to return a 201 but that too with a Pending status.

    The patch runs the task executor in an eventlet thread.

    Closes-Bug: #1459051

    Change-Id: I94f932afb5b754d9bcfa7bbbd1c450bdef7f28ef