Add a release note for the podman roles

Also mention new vars for docker.

Change-Id: I263fd86052b1b245231aa84773a52c591e6d75b8
(cherry picked from commit 45958a7947)
This commit is contained in:
Dr. Jens Harbott 2023-11-30 15:13:09 +01:00 committed by Michal Nasiadka
parent e377cb63b4
commit b1b59f43ac
1 changed files with 12 additions and 0 deletions

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.