yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #19455
[Bug 1360970] [NEW] NetScaler LBaaS Driver: Fails to distinguish between SSL and other errors
Public bug reported:
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.
** Affects: neutron
Importance: Undecided
Assignee: Angus Lees (gus)
Status: In Progress
--
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):
In Progress
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
Follow ups
References