Merge "loadbalancer: fix upgrade task when podman is used"

This commit is contained in:
Zuul 2024-05-09 13:31:44 +00:00 committed by Gerrit Code Review
commit b382471d02
2 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,7 @@
become: true
kolla_container:
action: "stop_and_remove_container"
common_options: "{{ docker_common_options }}"
name: "prometheus_haproxy_exporter"
when:
- inventory_hostname in groups['loadbalancer']

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes a bug where loadbalancer upgrade task fails,
when podman was used as container engine.
`LP#2063896 <https://launchpad.net/bugs/2063896>`__