You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactoring kolla_container_facts.py [1] caused breaking change because
of result output structure was changed.
Therefore the condition for the version check block always become false
(``container_facts[service.container_name]`` is always undefined).
Fixing this issue by matching the new kolla_container_facts result
structure.
Additionally, added assertions in tests for ``kolla_container_facts`` to
ensure the container fact result is not in old structure.
[1] https://review.opendev.org/c/openstack/kolla-ansible/+/911505
Closes-Bug: #2102662
Change-Id: I91a5f9c4b0e3c40ef21c25fb4866b07e25fbc017
Signed-off-by: Seunghun Lee <[email protected]>
(cherry picked from commit 00f8cb4)
0 commit comments