Comment 12 for bug 1836368

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

Reviewed: https://review.opendev.org/684252
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=3f8d918abfd2448200710cbf0999f8f8d5bf79a9
Submitter: Zuul
Branch: stable/queens

commit 3f8d918abfd2448200710cbf0999f8f8d5bf79a9
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)