Files
magnum-capi-helm/releasenotes/notes/fix-nodegroup-delete-c83210c6029041d2.yaml
sd109 01548de292 Fix deletion of non-default node groups
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
2025-01-24 15:15:08 +00:00

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.