kayobe/releasenotes/notes/switch-to-using-newer-docker-collection-7594e079325bfa8d.yaml
Will Szumski a22bbd9363 Use explicit version of community.docker
This works around a bug in the ansible packaged version of
community.docker when using requests>=2.32. It is also more flexible if
we can control the versions.

Also fixes an issue where kolla collections would not be installed if
the same role existed in the kayobe ansible collections path.

This relies on the support added in kolla-ansible to use ansible-core,
see: https://review.opendev.org/c/openstack/kolla-ansible/+/896406.

Closes-Bug: #2072980
Change-Id: Id9b19f10bc8ac38927914fb9782892b7daf1be82
2024-07-25 14:08:48 +00:00

13 lines
495 B
YAML

---
fixes:
- |
Switches to using ``ansible-core`` based kolla-ansible install. This is a
workaround for `LP#2072979
<https://bugs.launchpad.net/kayobe/+bug/2072979>`__, but also results in a
lighter weight install.
- |
Switches to using a newer version of the docker community collection to
workaround issues using the docker ansible modules with certain
combinations of python libraries. See `LP#2072979
<https://bugs.launchpad.net/kayobe/+bug/2072979>`__.