yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #34801
[Bug 1469080] [NEW] LBaaS Message of DeviceNotFoundOnAgent is still the default one
Public bug reported:
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')
** Affects: neutron
Importance: Undecided
Assignee: Jian Wen (wenjianhn)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Jian Wen (wenjianhn)
--
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 OpenStack Neutron (virtual network service):
New
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
Follow ups
References