Back to bug 1037449

Who When What Removed Added
RHEL Program Management 2013-12-03 09:47:41 UTC Target Release --- 4.0
Perry Myers 2013-12-04 14:14:34 UTC Assignee rhos-maint abaron
Ayal Baron 2013-12-04 16:23:39 UTC Assignee abaron jobernar
Ayal Baron 2013-12-05 07:56:04 UTC Target Release 4.0 5.0
CC abaron
Ayal Baron 2013-12-29 12:09:34 UTC CC yrabl
Flags needinfo?(yrabl)
Andrej Golis 2014-01-06 11:37:45 UTC QA Contact hateya dron
Perry Myers 2014-01-06 17:23:10 UTC Target Release 5.0 4.0
Target Milestone --- async
Flavio Percoco 2014-01-07 13:07:24 UTC Status NEW CLOSED
Resolution --- INSUFFICIENT_DATA
Last Closed 2014-01-07 08:07:24 UTC
Tzach Shefi 2014-01-22 14:23:46 UTC Status CLOSED ASSIGNED
CC tshefi
Resolution INSUFFICIENT_DATA ---
Flags needinfo?(fpercoco) needinfo?(fpercoco)
Keywords Reopened
Flavio Percoco 2014-01-22 16:34:46 UTC CC jruzicka
Component openstack-glance python-glanceclient
QA Contact dron
Flags needinfo?(yrabl) needinfo?(fpercoco) needinfo?(fpercoco)
Ayal Baron 2014-01-27 13:34:17 UTC Target Milestone async A2
Jon Bernard 2014-01-30 17:05:44 UTC Link ID Launchpad 1259357
Jon Bernard 2014-01-30 17:06:22 UTC Link ID Launchpad 1257199
Jon Bernard 2014-01-31 18:57:41 UTC Link ID OpenStack gerrit 70396
Jon Bernard 2014-01-31 18:58:08 UTC Status ASSIGNED ON_DEV
Lon Hohberger 2014-02-21 20:27:02 UTC Target Milestone A2 A3
RHEL Program Management 2014-02-26 00:29:55 UTC Keywords ZStream
Flavio Percoco 2014-03-05 08:45:41 UTC CC jobernar
Flags needinfo?(jobernar)
Jon Bernard 2014-03-05 14:32:20 UTC Flags needinfo?(jobernar)
Jakub Ruzicka 2014-03-06 12:36:43 UTC Status ON_DEV POST
Jakub Ruzicka 2014-03-06 13:25:03 UTC Summary openstack-glance: image-create fails with the flags --location / --copy-from with the --progress flag glanceclient: image-create fails with the flags --location / --copy-from with the --progress flag
Flavio Percoco 2014-03-07 11:18:54 UTC Flags needinfo?(yrabl)
Flavio Percoco 2014-03-07 11:19:17 UTC CC scohen
Flags needinfo?(scohen)
Yogev Rabl 2014-03-09 08:09:03 UTC QA Contact yrabl
Flags needinfo?(yrabl) needinfo?(scohen)
Scott Lewis 2014-03-12 13:37:54 UTC Target Milestone A3 A4
John Skeoch 2014-03-17 02:02:42 UTC CC abaron iheim
Itamar Heim 2014-03-25 10:35:26 UTC CC iheim
Shai Revivo 2014-04-10 20:01:59 UTC CC srevivo
Jon Bernard 2014-04-15 20:53:28 UTC Target Milestone A4 A5
Jakub Ruzicka 2014-04-25 13:56:12 UTC Status POST MODIFIED
Fixed In Version python-glanceclient-0.12.0-2.el6ost
Lon Hohberger 2014-04-25 14:10:29 UTC Target Milestone A5 A4
errata-xmlrpc 2014-04-25 14:11:39 UTC Status MODIFIED ON_QA
Yogev Rabl 2014-04-27 10:56:10 UTC Status ON_QA VERIFIED
Jon Bernard 2014-04-30 17:15:36 UTC Doc Text Cause:

The user passes the '--progress' flag along with a URL to a remote image using the '--location' flag to the glance command line client.

Consequence:

The glance client does not support the combination of these arguments, an error occurs, and the string 'data' is printed to the stdout.

The glance client can only show a progresss bar when creating an image from a local file, not a remote URL.

Fix:

When the user requests a progress bar via '--progress', it now checks to make sure the image data is local. Otherwise the requrest for progress bar is ignored.

Result:

The user will see a progress bar for local files, and no progress bar for remote URLs.
Deepti Navale 2014-05-26 00:54:26 UTC CC dnavale
Doc Text Cause:

The user passes the '--progress' flag along with a URL to a remote image using the '--location' flag to the glance command line client.

Consequence:

The glance client does not support the combination of these arguments, an error occurs, and the string 'data' is printed to the stdout.

The glance client can only show a progresss bar when creating an image from a local file, not a remote URL.

Fix:

When the user requests a progress bar via '--progress', it now checks to make sure the image data is local. Otherwise the requrest for progress bar is ignored.

Result:

The user will see a progress bar for local files, and no progress bar for remote URLs.
Previously, when a user used parameters '--location' for URL of a remote image and the '--progress' flag with the glance command line client, an error occurred and the string data was printed out to the stdout. This was due to the glance client not supporting this combination of arguments. The glance client only shows a progress bar when creating an image from a local file.

With this update, when a user requests a progress bar using the '--progress' flag, it checks to make sure that the image data is local. If not, the request for progress bar is ignored. As a result, the user can use the '--progress' flag for both the local and remote image sources, without an error output. Although, the progress bar is displayed only in the case of the local image sources.
errata-xmlrpc 2014-05-29 14:00:38 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2014-05-29 19:57:09 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2014-01-07 08:07:24 UTC 2014-05-29 15:57:09 UTC
Perry Myers 2016-04-26 22:54:02 UTC CC pmyers

Back to bug 1037449