Comment 7 for bug 1928362

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/792517
Committed: https://opendev.org/openstack/kolla-ansible/commit/26d310eea3f1c83dc4eb8f5806f9aad55d4a123e
Submitter: "Zuul (22348)"
Branch: stable/train

commit 26d310eea3f1c83dc4eb8f5806f9aad55d4a123e
Author: Mark Goddard <email address hidden>
Date: Mon May 17 09:32:40 2021 +0100

    Ensure keepalived is upgraded

    Ussuri & earlier only

    After upgrading from Train to Ussuri, if the keepalived configuration is
    unchanged, it is possible that the primary keepalived container will not
    be upgraded. This happens because we do not import check-containers.yml
    in upgrade.yml, meaning that the 'Restart keepalived container' handler
    does not fire. This change fixes the issue.

    Closes-Bug: #1928362

    Change-Id: I56775f1c0a8849c10ad5181cde6b50b2694a0512
    (cherry picked from commit 2c728619301240c6f52894a4d0b48d0d888eaa81)