Comment 6 for bug 1398830

Revision history for this message
Stuart McLaren (stuart-mclaren) wrote : Re: Glance image leak when in saving state

I'm seeing this when trying to reproduce with the test_images.py script
attached to the bug:

 2014-12-03 16:21:03.387 30059 TRACE glance.api.v1.upload_utils result = fd.read(*args)
 2014-12-03 16:21:03.387 30059 TRACE glance.api.v1.upload_utils File "glance/common/utils.py", line 191, in read
 2014-12-03 16:21:03.387 30059 TRACE glance.api.v1.upload_utils result = self.data.read(i)
 2014-12-03 16:21:03.387 30059 TRACE glance.api.v1.upload_utils AttributeError: 'ResponseIndexable' object has no attribute 'read'

looks like an issue with copy-from.

I'm using juno stable code.
Anyone else get the reproducer to work on juno?