magnum/magnum/drivers/heat
Bharat Kunwar 5bd16d9d40 [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
(cherry picked from commit 1cdc0628a2)
2020-10-13 10:44:16 +02:00
..
__init__.py Refactor driver interface (pt 1) 2016-12-01 09:23:46 -06:00
driver.py [fix] Sync nodegroup status before delete_complete 2020-10-13 10:44:16 +02:00
k8s_coreos_template_def.py Add master_lb_enabled to cluster 2020-07-22 14:06:20 +00:00
k8s_fedora_template_def.py Add master_lb_enabled to cluster 2020-07-22 14:06:20 +00:00
k8s_template_def.py [fix] Append v3/v1 to auth_url/magnum_url if discovery fails 2020-07-31 13:52:21 +00:00
swarm_fedora_template_def.py Add master_lb_enabled to cluster 2020-07-22 14:06:20 +00:00
swarm_mode_template_def.py [fix] Append v3/v1 to auth_url/magnum_url if discovery fails 2020-07-31 13:52:21 +00:00
template_def.py [fix] Append v3/v1 to auth_url/magnum_url if discovery fails 2020-07-31 13:52:21 +00:00