Re: [Openstack] Progress bar for image create in python-glanceclient

2014-03-06 Thread sylecn
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

Re: [Openstack] Progress bar for image create in python-glanceclient

2014-03-06 Thread Joshua Harlow
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