yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25103
[Bug 1398903] [NEW] copy-from does not work
Public bug reported:
I get the following error when using copy-from to create an image:
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'
** Affects: glance
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1398903
Title:
copy-from does not work
Status in OpenStack Image Registry and Delivery Service (Glance):
New
Bug description:
I get the following error when using copy-from to create an image:
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'
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1398903/+subscriptions
Follow ups
References