← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1511025] Re: Image download with multi tenant true fails

 

** Project changed: glance => swift

-- 
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 OpenStack Object Storage (swift):
  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/swift/+bug/1511025/+subscriptions


References