Hi Alex,
I think the progress attribute should be there on the query api. i.e.
nova.images.get(uuid).
After the create command, you get the new image's id, then just query on it
on intervals that you see appropriate.
*YY Inc. is hiring openstack and python developers. Interested? Check
http://w
Does the glanceclient expose any kind of 'status listener', something that is
called every X bytes uploaded? My guess is the underlying client uses something
like this to do its own progress bar, probably can just hook into that (if its
exposed). If not, then could be a useful patch (and makes m