← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1596472] Re: LBaaSv2 driver exceptions are suppressed by generic driver error

 

Reviewed:  https://review.openstack.org/334376
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=ad051d6c78dddcc12456c203bbfc11dd36c7b3f9
Submitter: Jenkins
Branch:    master

commit ad051d6c78dddcc12456c203bbfc11dd36c7b3f9
Author: Kobi Samoray <ksamoray@xxxxxxxxxx>
Date:   Mon Jun 27 12:46:59 2016 +0300

    Driver exceptions overriden by plugin
    
    When a driver exception is thrown, the LBaaSv2 plugin catches the
    error and throws a generic "An error happened in the driver" message.
    The original exception error exists in the neutron service log file
     which isn't accessible to the user and requires admin involvement.
    The original exception should be raised by the plugin to make the error
    troubleshooting easier.
    
    Change-Id: I0163266fd89fe53e021c6d04d06cd28610527b7e
    Closes-Bug: #1596472


** Changed in: neutron
       Status: In Progress => 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/1596472

Title:
  LBaaSv2 driver exceptions are suppressed by generic driver error

Status in neutron:
  Fix Released

Bug description:
  When a driver exception is thrown, the LBaaSv2 plugin catches the error and throws a generic "An error happened in the driver" message.
  The original exception error exists in the neutron service log file which isn't accessible to the user and requires admin involvement.
  The original exception should be raised by the plugin to make the error troubleshooting easier.

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


References