Back to bug 1314069

Who When What Removed Added
Red Hat Bugzilla Rules Engine 2016-03-02 19:47:20 UTC Target Release --- 8.0
Flavio Percoco 2016-03-03 11:57:11 UTC Status NEW POST
Flavio Percoco 2016-03-03 11:59:13 UTC Blocks 1314315
Joe Donohue 2016-03-08 15:15:52 UTC Priority unspecified high
CC jdonohue
Depends On 1194008
Charles Crouch 2016-03-08 19:02:52 UTC CC charcrou
Charles Crouch 2016-03-09 21:05:04 UTC Severity high urgent
Sergey Gotliv 2016-03-15 16:43:13 UTC CC sgotliv
Charles Crouch 2016-03-15 16:49:28 UTC Blocks 1194008
Depends On 1194008
Joe Donohue 2016-03-17 18:36:05 UTC Priority high urgent
Joe Donohue 2016-03-18 13:33:06 UTC Keywords OtherQA
Sergey Gotliv 2016-03-20 12:34:29 UTC Status POST MODIFIED
Fixed In Version python-glanceclient-1.1.1-1.el7ost
Sergey Gotliv 2016-03-20 12:35:29 UTC Target Milestone --- ga
Charles Crouch 2016-03-21 15:45:26 UTC Flags needinfo?(sgotliv)
Tom Barron 2016-03-23 13:13:43 UTC CC tbarron
Doc Text Cause:

The Glance client can be configured to only allow uploading images in certain formats (raw, ami, iso, etc.) to the Glance Server. The client also only allowed download of an image from the server if it was in one of these formats.

Consequence:

After restricting the list of formats for image upload, users could no longer download images in other formats that had been previously uploaded.

Fix:

Because the Glance server already validates image formats at the time they are imported, there is no need for the Glance client to verify image format when it is downloaded.

Result:

Skipping image format validation when the image is downloaded allows consumption of images in legitimate formats even if client-side support for upload of images in those formats is no longer configured.
errata-xmlrpc 2016-03-24 12:22:51 UTC Status MODIFIED ON_QA
Jon Schlueter 2016-03-24 12:29:38 UTC Status ON_QA MODIFIED
errata-xmlrpc 2016-03-24 17:35:54 UTC Status MODIFIED ON_QA
Deepti Navale 2016-03-30 04:15:26 UTC CC dnavale
Doc Text Cause:

The Glance client can be configured to only allow uploading images in certain formats (raw, ami, iso, etc.) to the Glance Server. The client also only allowed download of an image from the server if it was in one of these formats.

Consequence:

After restricting the list of formats for image upload, users could no longer download images in other formats that had been previously uploaded.

Fix:

Because the Glance server already validates image formats at the time they are imported, there is no need for the Glance client to verify image format when it is downloaded.

Result:

Skipping image format validation when the image is downloaded allows consumption of images in legitimate formats even if client-side support for upload of images in those formats is no longer configured.
Previously, the Image service client could be configured to only allow uploading images in certain formats (for example, raw, ami, iso) to the Image service server. The client also allowed download of an image from the server only if it was in one of these formats. As a result of this restriction, users could no longer download images in other formats that had been previously uploaded.

With this update, as the Image service server already validates image formats at the time they are imported, there is no need for the Image service client to verify image format when it is downloaded. As a result, the image format validation when an image is downloaded is now skipped, allowing the consumption of images in legitimate formats even it the client-side support for upload of images in those formats is no longer configured.
Avi Avraham 2016-03-30 11:46:30 UTC CC aavraham
QA Contact nlevinki aavraham
Sergey Gotliv 2016-04-02 14:02:08 UTC CC jschluet
Flags needinfo?(sgotliv) needinfo?(jschluet)
Avi Avraham 2016-04-03 13:40:32 UTC Status ON_QA VERIFIED
errata-xmlrpc 2016-04-07 21:33:17 UTC Status VERIFIED CLOSED
Resolution --- ERRATA
Last Closed 2016-04-07 17:33:17 UTC
Jon Schlueter 2016-04-11 11:26:35 UTC Flags needinfo?(jschluet)
Perry Myers 2016-04-27 02:07:43 UTC CC pmyers
Radek Bíba 2016-05-16 06:45:32 UTC Doc Text Previously, the Image service client could be configured to only allow uploading images in certain formats (for example, raw, ami, iso) to the Image service server. The client also allowed download of an image from the server only if it was in one of these formats. As a result of this restriction, users could no longer download images in other formats that had been previously uploaded.

With this update, as the Image service server already validates image formats at the time they are imported, there is no need for the Image service client to verify image format when it is downloaded. As a result, the image format validation when an image is downloaded is now skipped, allowing the consumption of images in legitimate formats even it the client-side support for upload of images in those formats is no longer configured.
Previously, the Image service client could be configured to only allow uploading images in certain formats (for example, raw, ami, iso) to the Image service server. The client also allowed download of an image from the server only if it was in one of these formats. As a result of this restriction, users could no longer download images in other formats that had been previously uploaded.

With this update, as the Image service server already validates image formats at the time they are imported, there is no need for the Image service client to verify image format when it is downloaded. As a result, the image format validation when an image is downloaded is now skipped, allowing the consumption of images in legitimate formats even if the client-side support for upload of images in those formats is no longer configured.
Derek 2019-02-17 12:15:59 UTC Keywords FeatureBackport
CC dcadzow

Back to bug 1314069