← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1496554] [NEW] bug in ipam_backend_mixin delete_port

 

Public bug reported:

It's possible for a port to be deleted concurrently in which case here:

https://github.com/openstack/neutron/blob/master/neutron/db/ipam_backend_mixin.py#L417


None will be passed to context.session.delete() This results in this error being raised: 


http://logs.openstack.org/25/224225/2/check/gate-tempest-dsvm-networking-ovn/8719aa6/logs/screen-q-svc.txt.gz?level=TRACE#_2015-09-16_18_38_59_368

** Affects: neutron
     Importance: Undecided
     Assignee: Aaron Rosen (arosen)
         Status: New

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

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

Title:
  bug in ipam_backend_mixin delete_port

Status in neutron:
  New

Bug description:
  It's possible for a port to be deleted concurrently in which case
  here:

  https://github.com/openstack/neutron/blob/master/neutron/db/ipam_backend_mixin.py#L417

  
  None will be passed to context.session.delete() This results in this error being raised: 

  
  http://logs.openstack.org/25/224225/2/check/gate-tempest-dsvm-networking-ovn/8719aa6/logs/screen-q-svc.txt.gz?level=TRACE#_2015-09-16_18_38_59_368

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


Follow ups