Comment 2 for bug 1860349

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

Reviewed: https://review.opendev.org/703445
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=702988471854dfd0f49e13fd79d860646978be85
Submitter: Zuul
Branch: stable/queens

commit 702988471854dfd0f49e13fd79d860646978be85
Author: Jose Luis Franco Arza <email address hidden>
Date: Mon Jan 20 17:36:37 2020 +0100

    [Queens only] Change auditd stopping upgrade task.

    When upgradring from non-containerized to containerized we
    required to stop the baremetal service. For most of the
    cases using systemctl stop should suffice. However, the
    auditd service can't be stopped via systemctl [0].

    This patch changes the systemctl stop auditd into
    service auditd stop.

    [0] - https://access.redhat.com/solutions/2664811

    Change-Id: If4e4444f5d563049c75d71471c7aefcadf415228
    Closes-Bug: #1860349