Skip to content
Snippets Groups Projects
Commit b382471d authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents 1efa653e ca90fb83
No related branches found
No related tags found
No related merge requests found
......@@ -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']
......
---
fixes:
- |
Fixes a bug where loadbalancer upgrade task fails,
when podman was used as container engine.
`LP#2063896 <https://launchpad.net/bugs/2063896>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment