← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1289236] Re: BigSwitch: HTTPException type caught is too narrow

 

** Changed in: neutron
       Status: Fix Committed => 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/1289236

Title:
  BigSwitch: HTTPException type caught is too narrow

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

Bug description:
  The BigSwitch plugin currently determines if it needs to reconnect by
  checking for an httplib ImproperConnectionState exception. However,
  this exception is too narrow and does not cover the other httplib
  exceptions that indicate a reconnection is necessary (e.g.
  NotConnected).

  It should just catch httplib.HTTPExceptions.

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


References