commit da69fea4f1e0005d187b308532837a380be59255 Author: Bharat Kunwar Date: Thu Jul 30 09:59:09 2020 +0000 Update git submodules * Update magnum from branch 'master' - [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 diff --git a/magnum b/magnum index c556b89..1cdc062 160000 --- a/magnum +++ b/magnum @@ -1 +1 @@ -Subproject commit c556b8964fab129f33e766b1c33908b2eb001df4 +Subproject commit 1cdc0628a28da32ef52324244a4c97b0794c2542