1cdc0628a2
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
6 lines
128 B
YAML
6 lines
128 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes a regression which left behind trustee user accounts and certificates
|
|
when a cluster is deleted.
|