Comment 13 for bug 2009029

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

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/882006
Committed: https://opendev.org/openstack/openstack-ansible-os_glance/commit/e3350a84aa20b8bcc16d724b13087f66b8ba12c1
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit e3350a84aa20b8bcc16d724b13087f66b8ba12c1
Author: Dmitriy Rabotyagov <email address hidden>
Date: Fri Mar 3 13:59:06 2023 +0100

    Ensure service is restarted on unit file changes

    At the moment we don't restart services if systemd unit file is changed.

    We knowingly prevent systemd_service role handlers to execute
    by providing `state: started` as otherwise service will be restarted twice.
    With that now we ensure that role handlers will also listen for systemd
    unit changes.

    Change-Id: I5a52c0de14ee3a6215edb64dbc3bd48512d57e2e
    Closes-Bug: #2009029