← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1245892] Re: Radware LBaaS driver: NeutronException usage is faulty

 

** Changed in: neutron
       Status: Confirmed => Invalid

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

Title:
  Radware LBaaS driver: NeutronException usage is faulty

Status in OpenStack Neutron (virtual network service):
  Invalid

Bug description:
  Radware's LBaaS driver is instantiating the NeutronException wrong.

  Example:
  raise n_exc.NeutronException(
                      _('params must contain __ids__ field!')

  NeutronException expects kwargs. Passing string will cause error.

  There are 4 places in services/loadbalancer/drivers/radware/driver.py
  module that should be fixed.

  Another problem is the context usage:
  Operations Handling thread is using the same context
  persistent from the start-up time, which is wrong.
  Each operation should use it's own context to complete the operation.

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