Set KOLLA_SERVICE_NAME in Podman containers
Fixes issue in PodmanWorker where it didn't set KOLLA_SERVICE_NAME
environment variable when creating new container.
Additionally, two methods were moved from DockerWorker
to ContainerWorker as they are applicable to both engines.
Closes-Bug: #2078940
Change-Id: I273444fc828678d3c6803bce1bc8db1c5366b9b6
Signed-off-by:
Martin Hiner <martin.hiner@tietoevry.com>
Showing
- ansible/module_utils/kolla_container_worker.py 11 additions, 0 deletionsansible/module_utils/kolla_container_worker.py
- ansible/module_utils/kolla_docker_worker.py 0 additions, 11 deletionsansible/module_utils/kolla_docker_worker.py
- ansible/module_utils/kolla_podman_worker.py 3 additions, 5 deletionsansible/module_utils/kolla_podman_worker.py
- releasenotes/notes/bug-2078940-45db7a8cc224d586.yaml 7 additions, 0 deletionsreleasenotes/notes/bug-2078940-45db7a8cc224d586.yaml
Loading
Please register or sign in to comment