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

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1225226

Title:
  some API exception responses are not translated

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  There are some exception messages that are not being translated because they 
are caught and modified by the FaultWrapper
  middleware class in the nova API. An example of this is the 
FloatingIpPoolNotFound exception from the neutron network API class.

  Normally, any wsgi.Fault object would be translated, but FaultWrapper
  turns the exceptions into strings before we get a chance to translate
  it later.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to