]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix race condition in update_floatingip_statuses
authorAaron Rosen <aaronorosen@gmail.com>
Wed, 5 Mar 2014 03:19:40 +0000 (19:19 -0800)
committerAaron Rosen <aaronorosen@gmail.com>
Wed, 5 Mar 2014 04:28:01 +0000 (20:28 -0800)
commit31f4046323839d6c0aaa885fe7bd5920845eab30
treea3f2722590eb4c017f5b5cf698ce366822ffc267
parentf18558f72cb196c9127c5582aaa94e45e4cf4fff
Fix race condition in update_floatingip_statuses

If a floatingip is deleted before update_floatingip_statuses() is processed
FloatingIPNotFound is raised.

Change-Id: Idf03fda75ccd147673169c24e79921ca6d8fe754
Closes-bug: #1288036
neutron/db/l3_rpc_base.py