Comment 6 for bug 1836368

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

Reviewed: https://review.opendev.org/683980
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=6f05f1b8441a4a3097c0f596e8ea0fdf3d6240ee
Submitter: Zuul
Branch: master

commit 6f05f1b8441a4a3097c0f596e8ea0fdf3d6240ee
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