Merge "Fix overcloud deprovision hosts list in prompt"
This commit is contained in:
commit
a5a8e513b2
@ -37,7 +37,7 @@
|
|||||||
- name: confirm_deprovision
|
- name: confirm_deprovision
|
||||||
prompt: |
|
prompt: |
|
||||||
The following hosts will be deprovisioned:
|
The following hosts will be deprovisioned:
|
||||||
{{ play_hosts | join(', ') }}
|
{{ play_hosts | intersect(groups['overcloud'] | default([])) | join(', ') }}
|
||||||
If you want to proceed type: yes
|
If you want to proceed type: yes
|
||||||
default: "no"
|
default: "no"
|
||||||
private: false
|
private: false
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes a bug where non-overcloud hosts would show up in the confirmation
|
||||||
|
prompt for `kayobe overcloud deprovision`
|
||||||
|
`LP#2091703 <https://bugs.launchpad.net/kayobe/+bug/2091621>`__
|
Loading…
x
Reference in New Issue
Block a user