Activity log for bug #1257273

Date Who What changed Old value New value Message
2013-12-03 12:40:35 Flavio Percoco bug added bug
2013-12-03 12:40:48 Flavio Percoco glance: importance Undecided High
2013-12-03 12:41:57 Flavio Percoco description Glance images are not being fetched by glance's API v1 when the size is 0. There are 2 things wrong with this behaviour: 1) Active images should always be ready to be downloaded, regardless they're locally or remotely stored. 2) The size shouldn't be the way to verify whether an image has some data or not. 431 if image_meta.get('size') == 0: 432 -> image_iterator = iter([]) 433 else: 434 image_iterator, size = self._get_from_store(req.context, 435 image_meta['location']) 436 image_iterator = utils.cooperative_iter(image_iterator) 437 image_meta['size'] = size or image_meta['size'] This is happening in the API v1, but it doesn't seem to be true for v2. Glance images are not being fetched by glance's API v1 when the size is 0. There are 2 things wrong with this behaviour: 1) Active images should always be ready to be downloaded, regardless they're locally or remotely stored. 2) The size shouldn't be the way to verify whether an image has some data or not. https://git.openstack.org/cgit/openstack/glance/tree/glance/api/v1/images.py#n455 This is happening in the API v1, but it doesn't seem to be true for v2.
2013-12-03 13:06:23 Flavio Percoco glance: assignee Flavio Percoco (flaper87)
2013-12-12 04:32:08 Feilong Wang glance: status New Triaged
2014-04-10 10:11:53 OpenStack Infra glance: status Triaged In Progress
2014-04-28 13:37:12 Flavio Percoco glance: milestone juno-1
2014-05-06 10:16:00 Openstack Gerrit glance: status In Progress Fix Committed
2014-05-29 12:25:24 Alan Pevec nominated for series glance/icehouse
2014-05-29 12:25:24 Alan Pevec bug task added glance/icehouse
2014-05-29 12:25:43 Alan Pevec glance/icehouse: status New In Progress
2014-05-29 12:25:46 Alan Pevec glance/icehouse: importance Undecided High
2014-05-29 12:25:55 Alan Pevec glance/icehouse: assignee s iwata (s-iwata)
2014-05-29 12:25:57 Alan Pevec glance/icehouse: milestone 2014.1.1
2014-06-03 02:48:06 OpenStack Infra glance/icehouse: status In Progress Fix Committed
2014-06-05 22:26:58 Alan Pevec glance/icehouse: status Fix Committed Fix Released
2014-06-11 12:12:56 Thierry Carrez glance: status Fix Committed Fix Released
2014-10-16 08:17:03 Thierry Carrez glance: milestone juno-1 2014.2