Comment 5 for bug 1885732

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

Reviewed: https://review.opendev.org/738782
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=3114af254a88df6b7f480aa8e81696e0417174d7
Submitter: Zuul
Branch: stable/ussuri

commit 3114af254a88df6b7f480aa8e81696e0417174d7
Author: Radosław Piliszek <email address hidden>
Date: Tue Jun 30 16:39:55 2020 +0200

    Fix the Elasticsearch Curator cron schedule run

    There were two issues with it. Lack of /usr/local/bin in PATH
    for CentOS and wrong crontab path for Ubuntu/Debian.
    This patch mirrors how it is handled in keystone.

    Change-Id: Ib54b261e12c409d66b792648807646015826e83c
    Closes-Bug: #1885732
    (cherry picked from commit 852c7a32c3a00d88243ef3b89ce19e6391a676b1)