6b578665d4
Currently, when the network connection to glance is interrupted, there is different behaviour on upload and download. This change ensures the behaviour between the two code paths is more consistent. Uploads generally need to be given more time before they timeout, so to keep a single timeout between upload and download, the timeout is increased to 90 seconds. At the same time, it ensures the tar process gets killed when any issues occur with the communication between the hypervisor and glance. Change-Id: Id5396e5d3c1052dc2979476a886412da65e08670 Closes-Bug: #1284596