← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1264089] Re: Wrong string format in exception in glance.api.v2.image_data

 

** Changed in: glance
       Status: Fix Committed => Fix Released

** Changed in: glance
    Milestone: None => icehouse-2

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1264089

Title:
  Wrong string format in exception in glance.api.v2.image_data

Status in OpenStack Image Registry and Delivery Service (Glance):
  Fix Released

Bug description:
  /glance/api/v2/image_data.py #103-107

  except exception.ImageSizeLimitExceeded as e:
              msg = _("The incoming image is too large: %") % e
              LOG.error(msg)
              raise webob.exc.HTTPRequestEntityTooLarge(explanation=msg,
                                                        request=req)

  In message character 's' is missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1264089/+subscriptions


References