← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

/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.

** Affects: glance
     Importance: Undecided
     Assignee: Sergey Nikitin (snikitin)
         Status: In Progress

** Changed in: glance
     Assignee: (unassigned) => Sergey Nikitin (snikitin)

-- 
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):
  In Progress

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


Follow ups

References