← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1360970] Re: NetScaler LBaaS Driver: Fails to distinguish between SSL and other errors

 

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

** Changed in: neutron
    Milestone: None => kilo-1

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

Title:
   NetScaler LBaaS Driver: Fails to distinguish between SSL and other
  errors

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

Bug description:
  Netscaler client code has an incorrect exception handling order,
  resulting in the SSLError case never being invoked:

  neutron.services.loadbalancer.drivers.netscaler.ncc_client.NSClient._execute_request
  has a list of exception handlers to log various types of errors with
  more specific error messages.  Unfortunately, it catches
  requests.exceptions.ConnectionError before
  requests.exceptions.SSLError, but ConnectionError is a superclass of
  SSLError so the latter is never invoked.

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


References