Comment 13 for bug 1954910

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/915353
Committed: https://opendev.org/openstack/kolla-ansible/commit/ed2a26e0b984e52f048479a58463be6111c1d115
Submitter: "Zuul (22348)"
Branch: unmaintained/yoga

commit ed2a26e0b984e52f048479a58463be6111c1d115
Author: Winicius Silva <email address hidden>
Date: Fri Apr 5 13:47:12 2024 -0300

    Change the default ceph_nova_user in globals

    The documentation[1] says that ceph_nova_user is the same as ceph_cinder_user,
    but this it not true. In globals, the variable which refer to nova user on
    ceph its setted as just "nova", instead of {{ ceph_cinder_user }}

    [1] https://docs.openstack.org/kolla-ansible/latest/reference/storage/external-ceph-guide.html

    Closes-Bug: #1954910
    Change-Id: I0037b294fa88f129aaa98da426989a8151e6f9ea
    (cherry picked from commit 21c05dcf101105b62f1b81620305438ae3d3d8b8)