]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
BSN: Set inconsistency record on delete failure
authorKevin Benton <blak111@gmail.com>
Thu, 2 Oct 2014 18:26:50 +0000 (11:26 -0700)
committerKevin Benton <blak111@gmail.com>
Mon, 17 Nov 2014 22:10:26 +0000 (14:10 -0800)
commite9f001a63a555f067c4567a88613d14853442524
tree67423f9012fa0d0fdc1b859bd3c4ba170341ea6f
parentaa3b5dda15293a77ad12599084c54dd6ecb20302
BSN: Set inconsistency record on delete failure

Set a bad value in the consistency DB on a delete
failure so a sync is triggered the next time the backend
servers become available.

This fixes the issue where the backend servers are unavailable
when an object is deleted from ML2 but not deleted from the
backend.

Closes-Bug: #1377350
Change-Id: I24713a03af4d3499645241f900de1f572689c235
neutron/plugins/bigswitch/servermanager.py
neutron/tests/unit/bigswitch/test_servermanager.py