Comment 11 for bug 1836368

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/stein)

Reviewed: https://review.opendev.org/684250
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=32e8f53ea4ea441855d931a2a1f46d71bbb76e13
Submitter: Zuul
Branch: stable/stein

commit 32e8f53ea4ea441855d931a2a1f46d71bbb76e13
Author: Mark Goddard <email address hidden>
Date: Mon Sep 23 15:25:54 2019 +0100

    Ensure keepalived is restarted during upgrade

    During upgrade, we stop all slave keepalived containers. However, if the
    keepalived container configuration has not changed, we never restart
    them.

    This change fixes the issue by notifying the restart handler when the
    containers are stopped.

    Change-Id: Ibe094b0c14a70a0eb811182d96f045027aa02c2a
    Closes-Bug: #1836368
    (cherry picked from commit 6f05f1b8441a4a3097c0f596e8ea0fdf3d6240ee)