← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1287423] [NEW] NSX: only catch not found update_port

 

Public bug reported:

Update port currently wraps the call to NSX in try/except Exception:
which could hide bugs. This patch  makes sure only NotFound is caught
which and not everything.

** Affects: neutron
     Importance: Medium
     Assignee: Aaron Rosen (arosen)
         Status: In Progress


** Tags: nicira

** Changed in: neutron
     Assignee: (unassigned) => Aaron Rosen (arosen)

** Changed in: neutron
   Importance: Undecided => Medium

** Tags added: nicira

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

Title:
  NSX: only catch not found update_port

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  Update port currently wraps the call to NSX in try/except Exception:
  which could hide bugs. This patch  makes sure only NotFound is caught
  which and not everything.

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


Follow ups

References