
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>
11 lines
292 B
YAML
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.
|