Add a release note for the podman roles

Also mention new vars for docker.

Change-Id: I263fd86052b1b245231aa84773a52c591e6d75b8
This commit is contained in:
Dr. Jens Harbott 2023-11-30 15:13:09 +01:00
parent 1a0b66a5b4
commit 45958a7947

View File

@ -0,0 +1,12 @@
---
prelude: >
New ``openstack.kolla.podman`` and ``openstack.kolla.podman_sdk``
roles were added. Using these Kolla now supports both docker and
podman container engines.
features:
- |
With the ``docker_debug`` variable it is now possible to enable debug
logging for docker operations.
- |
With the ``docker_registry_mirrors`` variable it is now possible to
configure the list of registry mirrors that docker uses.