some messages in exceptions.py are not setup for localization

Bug #1332310 reported by Amrith Kumar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack DBaaS (Trove)
Fix Released
Low
Amrith Kumar

Bug Description

some messages in trove/common/exceptions.py are not setup for localization.

class NoServiceEndpoint(TroveError):
    """Could not find requested endpoint in Service Catalog."""
    message = ("Endpoint not found for service_type=%(service_type)s, "
               "endpoint_type=%(endpoint_type)s, "
               "endpoint_region=%(endpoint_region)s")

class EmptyCatalog(NoServiceEndpoint):
    """The service catalog is empty."""
    message = 'Empty catalog'

Amrith Kumar (amrith)
Changed in trove:
assignee: nobody → Amrith (amrith)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to trove (master)

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

Changed in trove:
status: New → In Progress
Changed in trove:
importance: Undecided → Low
milestone: none → juno-2
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on trove (master)

Change abandoned by amrith (<email address hidden>) on branch: master
Review: https://review.openstack.org/101301
Reason: trove audit logging for common module change https://review.openstack.org/#/c/103217/ took care of this change.

Amrith Kumar (amrith)
Changed in trove:
status: In Progress → Fix Committed
Changed in trove:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in trove:
milestone: juno-2 → 2014.2
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.