← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1469080] Re: LBaaS Message of DeviceNotFoundOnAgent is still the default one

 

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

** Changed in: neutron
    Milestone: None => liberty-2

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

Title:
  LBaaS Message of DeviceNotFoundOnAgent is still the default one

Status in neutron:
  Fix Released

Bug description:
  The default message of an exception is "An unknown exception occurred.". 
  Need to use 'message' instead of 'msg' for the following exception, otherwise
  the default message is logged.

  class DeviceNotFoundOnAgent(n_exc.NotFound):
      msg = _('Unknown device with loadbalancer_id %(loadbalancer_id)s')

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


References