Files
kayobe/releasenotes/notes/bug-2115037-f2ed2a4994511832.yaml
Alex-Welsh 9a7aaffff7 Fix deprovisioning multiple overcloud hosts
Previously, the user prompt ran on one host, but the assertion ran on
all hosts. This meant the check could only pass on one host, all others
would fail every time.

This change ensures the check and assertion always run once on
localhost.

Closes-Bug: #2115037
Change-Id: If2a26b42e6fe0152922e10df924c0797259e2e53
2025-06-20 16:23:40 +02:00

8 lines
309 B
YAML

---
fixes:
- |
Fixes the user prompt for deprovisioning multiple overcloud hosts at once.
Previously, the prompt would only confirm deprovisioning for one host. It
will now correctly apply to all hosts that have been targeted.
`LP#2115037 <https://bugs.launchpad.net/kayobe/+bug/2115037>`__