kolla-ansible/releasenotes/notes/bug-2052706-dfbbc75fc72c74d1.yaml
Michal Arbet 18899a7d52 Do not remove inventory file if placed in /etc/kolla
This patch fix issue when inventory file is deleted
by kolla-ansible -i /etc/kolla/inventory destroy call.

Now, inventories are available in tools/cleanup-host
so we can ignore their removal.

Closes-Bug: #2052706
Change-Id: If89e94356de515b40ca4e8c023979cd498146303
2024-09-16 10:15:45 +02:00

8 lines
189 B
YAML

---
fixes:
- |
Fixes kolla-ansible removing inventory file placed in
``/etc/kolla/<inventory>``.
See `LP#2052706 <https://launchpad.net/bugs/2052706>`__
for more details.