Files
kolla-ansible/releasenotes/notes/move-container-facts-1507cec39b2bdbe0.yaml
Ivan Halomi 19af5826fc Move actions to kolla_container_facts
Move actions responsible for info about containers
from kolla_container module to kolla_container_facts.
Also fixes a bug with inconsistencies between docker
and podman in kolla_container_facts.

Closes-bug: #2084878
Change-Id: I1db88e28a828ebf073f018b2bae1d9556ec22807
Signed-off-by: Ivan Halomi <ivan.halomi@tietoevry.com>
Signed-off-by: Martin Hiner <martin.hiner@tietoevry.com>
Signed-off-by: Roman Krček <roman.krcek@tietoevry.com>
2025-02-07 09:40:43 +00:00

11 lines
292 B
YAML

---
features:
- |
Move actions to kolla_container_facts
Actions responsible for info about containers were moved
from kolla_container module to kolla_container_facts.
fixes:
- |
Fixes inconsistencies between docker and podman
implementations in kolla_container_facts.