Fixes a bug introduced in https://review.opendev.org/c/openstack/magnum-capi-helm/+/915031/5..6 which causes the incorrect list of node groups being processed when the _update_helm_release method is invoked from the driver's delete_node_group method. Closes-bug: #2095539 Change-Id: I98e81a107162272ddbe63e30eba9db188893b8ac
9 lines
294 B
YAML
9 lines
294 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed an issue where non-default node groups could not be
|
|
individually deleted. The node groups would get stuck in
|
|
the DELETE_IN_PROGRESS state and the underlying VMs would
|
|
keep running. Node groups were only cleaned up when the
|
|
entire cluster was deleted.
|