Updated openstack/openstack

Project: openstack/horizon  f08f3fa3701ad92b7fee219bf885fa13dc647152

Create image directly in 'copy_from' and 'location' case

The Glance API will return immediately with a response. We need this
response to give a errror message back to the user in case of invalid
URL.

Any download operation will be executed in the background by the
Glance API server and there is no need for executing this step in a
separate thread.

Keep current logic for updating image with posted data in a background thread
One can argue that this too is uneccessary, but I can see that it may save
time for large images or when bandwidth between Horizon and Glance is limited.

Change-Id: I2ec9f714f9cfd6ca2271750133d6fcac29b94f35
Partial-Bug: 1438975
This commit is contained in:
Jenkins
2015-07-28 10:00:34 +00:00
committed by Gerrit Code Review
parent 04a92faf1e
commit acca62ad95

Submodule horizon updated: 91875edeb0...f08f3fa370