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

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1212882

Title:
  REST API translation not always working

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  Messages that include replacements need to be invoked twice in order
  to be translated.

  For example:

  Request 1:
  GET /v2.0/agents/blah
  Accept-Language: es

  Response:
  {
  NeutronError: "Agent blah could not be found"
  }

  Then the second time:

  Request 2:
  GET /v2.0/agents/blah
  Accept-Language: es

  {
  NeutronError: "El Agente blah no fue encontrado."
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1212882/+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