Merge "loadbalancer: ignore missing keepalived container"

This commit is contained in:
Zuul 2022-08-08 12:39:52 +00:00 committed by Gerrit Code Review
commit c31471fa84

View File

@ -219,6 +219,7 @@
action: "stop_container"
common_options: "{{ docker_common_options }}"
name: "keepalived"
ignore_missing: true
when:
- kolla_action != "config"
- groups.kolla_ha_is_master_True is defined