ironic/releasenotes/notes/vif-detach-locking-fix-revert-3961d47fe419460a.yaml
Dmitry Tantsur 08ed859ce2 Revert "Don't try to lock for vif detach"
This is causing more serious issues, as there is a race
between tenant VIF removal and cleaning VIF adding.

This reverts commit 4f79cb3932.

The release note is not deleted from it, because the change has
already been released. A new one is added instead.

Change-Id: I922f24293645ff6bb79ad753f49dc9548b9f2485
Closes-Bug: #1750785
2018-02-21 18:33:35 +01:00

7 lines
205 B
YAML

---
fixes:
- |
Reverts the fix for orphaned VIF records from the previous release, as
it causes a regression. See `bug 1750785
<https://bugs.launchpad.net/ironic/+bug/1750785>`_ for details.