Comment 5 for bug 1819548

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/rocky)

Reviewed: https://review.openstack.org/643062
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=6646e1ce16ebe5ea50ce5f160e84a2c7ce11e704
Submitter: Zuul
Branch: stable/rocky

commit 6646e1ce16ebe5ea50ce5f160e84a2c7ce11e704
Author: Alex Schultz <email address hidden>
Date: Mon Mar 11 16:09:57 2019 -0600

    Reload rsyslog/cron when we change timezones

    If the default timezone in the overcloud image or deployed system is
    changed on install, rsyslog will continue to use that timezone until
    it's reloaded. Do a reload of rsyslog if we update the timezone file.
    The same happens with crond so we need to reload that again.

    Change-Id: I7cfde5963b4fce010e936b4fd5bbe96a39cc5c17
    Closes-Bug: #1819548
    (cherry picked from commit 2182e0b0d0c07cd0a90f8ebb783072e9ee41e81e)