magnum/releasenotes/notes/ensure-delete-complete-2f9bb53616e1e02b.yaml
Bharat Kunwar 1cdc0628a2 [fix] Sync nodegroup status before delete_complete
Magnum cluster deletion is not behaving as expected. While it appears to
delete successfully, _delete_complete routine in
magnum/drivers/heat/driver.py is never called because the status of
nodegroups have not had the chance to sync with Heat before
_check_delete_complete is called. As a result, for example, trustee user
accounts are left orphaned. This PS changes or order of activities so
that _delete_complete is invoked successfully.

Story: 2007965
Task: 40459

Change-Id: Ibadd5b57fe175bb0b100266e2dbcc2e1ea4efcf9
2020-10-12 20:39:09 +00:00

6 lines
128 B
YAML

---
fixes:
- |
Fixes a regression which left behind trustee user accounts and certificates
when a cluster is deleted.