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

Bug #1264089 reported by Sergey Nikitin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glance
Fix Released
Undecided
Sergey Nikitin

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.

Changed in glance:
assignee: nobody → Sergey Nikitin (snikitin)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to glance (master)

Fix proposed to branch: master
Review: https://review.openstack.org/64018

Changed in glance:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/64018
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=41e56226afca47467184ab9f7820514d4860ab8f
Submitter: Jenkins
Branch: master

commit 41e56226afca47467184ab9f7820514d4860ab8f
Author: Sergey Nikitin <email address hidden>
Date: Wed Dec 25 16:01:33 2013 +0400

    Fixed wrong string format in glance.api.v2.image_data

    Closes bug 1264089

    Change-Id: If6d72406b0e717f0f944a0b9d1ab4a0fc9301e6a

Changed in glance:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in glance:
milestone: none → icehouse-2
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in glance:
milestone: icehouse-2 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.