
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
8 lines
309 B
YAML
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>`__
|