yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #38566
[Bug 1496553] [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
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1496553
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/1496553/+subscriptions
Follow ups