<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>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 me wonder if it's not exposed how the --progress works).</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Alex L <<a href="mailto:buzz42j@gmail.com">buzz42j@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Thursday, March 6, 2014 at 3:23 PM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a>" <<a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a>><br>
<span style="font-weight:bold">Subject: </span>[Openstack] Progress bar for image create in python-glanceclient<br>
</div>
<div><br>
</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div>
<div>
<div dir="ltr">
<p>Hello,<br>
</p>
<p>I know that on the command line you can use</p>
<p>$ glance image-create ... --progress<br>
</p>
<p>to show your current progress when creating an image.</p>
<p>I want to be able to do something similar but inside my python program using the python-glanceclient tool. There seems to be no 'progress' attribute in the ImageManager object when creating images, so I'm not sure how you could get a progress bar with the
 python-glanceclient.</p>
<p>Thanks for any help!</p>
<p>Alex<br>
</p>
</div>
</div>
</div>
</blockquote>
</span>
</body>
</html>