Files
kolla-ansible/releasenotes/notes/kolla-ansible-stop-ignore-missing-be57276213f0a7cd.yaml
Matt Crees 8421d1047f Allow ignoring missing containers in service-stop
The kolla docker/podman workers already have support for ignoring when
containers are missing. This patch just exposes that to the CLI with the
flag ``--ignore-missing``.

Change-Id: Ie74ea3ea66380063cf67f2e0edb2a0e160d89cd7
2025-03-24 13:43:08 +00:00

6 lines
134 B
YAML

---
features:
- |
Adds the flag ``--ignore-missing`` to ``kolla-ansible stop`` to avoid
failing when containers are absent.