]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:44 +0000 (15:20 +0800)
commit16cc14d11dc80529c98b433a31b7a7c20bf06d91
tree5564d9cf2a70e0d37419c71fab870400a83c5efe
parentfee03db7fc88dcf2061ea65313aa0f3be86b9361
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