loadbalancer: fix upgrade task when podman is used
Closes-Bug: 2063896 Change-Id: Ie0d6a8f458562eb32171b5fe23b8cd0cd375dcfb
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
become: true
|
become: true
|
||||||
kolla_container:
|
kolla_container:
|
||||||
action: "stop_and_remove_container"
|
action: "stop_and_remove_container"
|
||||||
|
common_options: "{{ docker_common_options }}"
|
||||||
name: "prometheus_haproxy_exporter"
|
name: "prometheus_haproxy_exporter"
|
||||||
when:
|
when:
|
||||||
- inventory_hostname in groups['loadbalancer']
|
- inventory_hostname in groups['loadbalancer']
|
||||||
|
6
releasenotes/notes/bug-2063896-f6a4853a2e5046da.yaml
Normal file
6
releasenotes/notes/bug-2063896-f6a4853a2e5046da.yaml
Normal 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>`__
|
Reference in New Issue
Block a user