Comment 12 for bug 1954910

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/915352
Committed: https://opendev.org/openstack/kolla-ansible/commit/1c66d027a349e20c5207ec96ad58f21ee5f4380e
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 1c66d027a349e20c5207ec96ad58f21ee5f4380e
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)