Comment 12 for bug 1475640

Revision history for this message
Kairat Kushaev (kkushaev) wrote :

At the current moment, glance image-download <SOME_ID> returns 1 and outputs the error message to stderr (tested on master for Glance V2 api).
See the link for info: https://github.com/openstack/python-glanceclient/blob/master/glanceclient/common/utils.py#L286.
I also tried to reproduce partial download for output to the terminal. It seems that glanceclient iterating through the body here:
https://github.com/openstack/python-glanceclient/blob/master/glanceclient/common/utils.py#L309. I tested at least on Ubuntu.
Is the issue still valid for the current master?