neutron-lbaas/neutron
Angus Lees 7da0ac089f Fix incorrect exception order in _execute_request
_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.

This change corrects the exception handling order, and enables the
bad-except-order pylint check now that the check passes.

Change-Id: I92bacd6088de5cbc170bc5c081a1db1baeec69e7
Closes-Bug: #1360970
2014-11-27 16:44:44 +11:00
..
db Migrate to oslo.utils 2014-11-26 10:31:03 +01:00
services Fix incorrect exception order in _execute_request 2014-11-27 16:44:44 +11:00
tests/unit Merge "Validate loadbalancing method when updating a pool" 2014-11-23 21:07:11 +00:00
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00