Comment 10 for bug 1836368

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

Reviewed: https://review.opendev.org/684251
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=57e9679f011ec9322705f0aa73f4cfa7913dd218
Submitter: Zuul
Branch: stable/rocky

commit 57e9679f011ec9322705f0aa73f4cfa7913dd218
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)