Comment 4 for bug 1830713

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

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

commit d5d227b5485c373e8c79de617c00f40c3b77b48d
Author: Jiri Stransky <email address hidden>
Date: Tue May 28 10:49:28 2019 +0000

    Explicitly set ansible_python_interpreter in external upgrade playbook

    During the run of external upgrade playbook, we connect to systems
    with different OS releases via delegate_to, which seems to confuse the
    autodetection of Python interpreter. Set it explicitly to
    platform-python which should work both on EL7 and EL8.

    Co-Authored-By: Sergii Golovatiuk <email address hidden>
    Change-Id: Ieb486f0c3e4de7229cdd2be49d4d0f038668f06d
    Closes-Bug: #1830713
    (cherry picked from commit 770b578bfbb151a91184f1e6f403e952def0c30e)