manila/releasenotes/notes/bug-2029366-network-deleted-without-security-associaton-ae56473f6d32c47e.yaml
BubaVV 42e66d9f38 Fix share network delete procedure
Currently, delete of share network leaves security service associations
behind it. DB purge job can't process them because they are constrained
to soft-deleted networks. Proposed patch fixes both formation of
orphaned associations and seamless purging of them.

Closes-Bug: #2029366
Change-Id: I9593dd6e89b2d290d3919c92d209132e1cec84f0
2023-09-24 01:21:28 +03:00

6 lines
200 B
YAML

---
fixes:
- |
Fixed cleanup of share network security service associations at network delete. See `Launchpad bug 2029366
<https://bugs.launchpad.net/manila/+bug/2029366>` for more details.