String formatting error in exceptions

Bug #1089416 reported by Sulochan Acharya
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Undecided
Sulochan Acharya

Bug Description

nova/exception.py

class FlavorAccessNotFound(NotFound):
    message = _("Flavor access not found for %(flavor_id) / "
                "%(project_id) combination.")

conversion type is missing which causes it to error.

Changed in nova:
assignee: nobody → Sulochan Acharya (sulochan-acharya)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

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

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

Reviewed: https://review.openstack.org/17942
Committed: http://github.com/openstack/nova/commit/180f29d7ecb94d50da03ecb0bfad108868dad5c7
Submitter: Jenkins
Branch: master

commit 180f29d7ecb94d50da03ecb0bfad108868dad5c7
Author: Sulochan Acharya <email address hidden>
Date: Wed Dec 12 09:37:00 2012 -0600

    Fixes string formatting error.

    Fixes a small string formatting error in exception.py
    by adding missing converstion type.
    Fixes bug #1089416

    Change-Id: I48fb39c669b2a1e81f052349cdb700e146ee2c4d

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → grizzly-2
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: grizzly-2 → 2013.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.