Comment 7 for bug 1978846

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/846443
Committed: https://opendev.org/openstack/tripleo-ansible/commit/93cc215909db617aece85cb53c0279d04c04c69a
Submitter: "Zuul (22348)"
Branch: master

commit 93cc215909db617aece85cb53c0279d04c04c69a
Author: John Fulton <email address hidden>
Date: Fri Jun 17 16:31:02 2022 -0400

    Set tripleo_ceph_client_vars consistently with THT

    The TripleO Heat Templates parameter CephClientConfigVars
    defaults to "{{ playbook_dir }}/cephadm/ceph_client.yml".
    This parameter correlates with the the Ansible variable
    tripleo_ceph_client_vars whose default is not the same.
    This inconsistency can cause bug 1978846. This patch
    changes tripleo-ansible so that they both have the same
    default.

    Change-Id: I58a8a1d058a76c1733c94c2be96bf59bb553946f
    Closes-Bug: #1978846