yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #40570
[Bug 1511025] [NEW] Image download with multi tenant true fails
Public bug reported:
Overview:
Trying to download an image while using multi tenant fails.
How to reproduce:
In the glance-api.conf set swift_store_multi_tenant = True.
Then upload an image
glance --os-image-api-version 1 image-create --name test --copy-from http://127.0.0.1:5321 --container-format bare --disk-format raw
Download image
glance image-download 965afb71-61f7-4834-b62b-6fc6e3a1d381 --file /tmp/file
Output:
'NoneType' object has no attribute 'close'
The server: http://paste.openstack.org/show/477571/
Expected:
Image to be downloaded.
** 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/1511025
Title:
Image download with multi tenant true fails
Status in Glance:
New
Bug description:
Overview:
Trying to download an image while using multi tenant fails.
How to reproduce:
In the glance-api.conf set swift_store_multi_tenant = True.
Then upload an image
glance --os-image-api-version 1 image-create --name test --copy-from http://127.0.0.1:5321 --container-format bare --disk-format raw
Download image
glance image-download 965afb71-61f7-4834-b62b-6fc6e3a1d381 --file /tmp/file
Output:
'NoneType' object has no attribute 'close'
The server: http://paste.openstack.org/show/477571/
Expected:
Image to be downloaded.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1511025/+subscriptions
Follow ups