Comment 17 for bug 1863442

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

Reviewed: https://review.opendev.org/746937
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=da6b7b424c2eb709e22cf1d809bde405cf8e818c
Submitter: Zuul
Branch: stable/train

commit da6b7b424c2eb709e22cf1d809bde405cf8e818c
Author: Michele Baldessari <email address hidden>
Date: Fri Feb 21 17:05:46 2020 +0100

    Drop bootstrap_host_exec from pacemaker_restart_bundle

    bootstrap_host_exec does not exist on the host so we cannot assume its
    existence. Since, barring argument checking, it is three lines of shell
    script [1] we just use it directly. We also add an extra echo to make it
    simpler to debug any bootstrap vs non-bootstrap issued.

    [1] https://github.com/openstack/tripleo-common/blob/master/scripts/bootstrap_host_exec

    Change-Id: Ia850286682f09cd75651591a1158c2e467343c1d
    Related-Bug: #1863442
    (cherry picked from commit 4d8eb351147c359a6a2dea4ee43b247c3be59da8)