Comment 4 for bug 1862031

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

Reviewed: https://review.opendev.org/706524
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=924cc11a6e5b6ce883241b61692d0f0dfd252197
Submitter: Zuul
Branch: stable/train

commit 924cc11a6e5b6ce883241b61692d0f0dfd252197
Author: John Fulton <email address hidden>
Date: Wed Feb 5 11:50:15 2020 -0500

    Pass only variables starting with ANSIBLE

    When config-download runs ceph-ansible it does so by calling
    Ansible from within Ansible. We all ANSIBLE_* environment
    variables to the nested Ansible execution. However there was
    a bug where any variable containing ANSILBE was included, not
    just those starting with ANSIBLE. This fix ensures we filter
    out only variables starting with ANSIBLE.

    Change-Id: I9f3e18dcf520ee7ac6370a49d0ae003a192d9bd3
    Closes-Bug: 1862031
    (cherry picked from commit b5fc16aea638489e414f247287049ef6af43dcae)