Comment 1 for bug 1931097

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/795030
Committed: https://opendev.org/openstack/kolla-ansible/commit/5c19f9a5e0fc02ccba52f327c3ea5cedb632788d
Submitter: "Zuul (22348)"
Branch: master

commit 5c19f9a5e0fc02ccba52f327c3ea5cedb632788d
Author: Maksim Malchuk <email address hidden>
Date: Mon Jun 7 10:43:52 2021 +0300

    Add forgotten 'Restart container' handler for swift

    Since I0474324b60a5f792ef5210ab336639edf7a8cd9e swift role uses the new
    service-cert-copy role introduced in the
    I6351147ddaff8b2ae629179a9bc3bae2ebac9519 but the swift role itself
    doesn't contain the handler used in the service-cert-copy. Right now,
    restarting the swift container isn't necessary, but the handler should
    exist. Also we should fix the name of the service used.

    Closes-Bug: #1931097
    Change-Id: I2d0615ce6914e1f875a2647c8a95b86dd17eeb22
    Signed-off-by: Maksim Malchuk <email address hidden>