Comment 26 for bug 1985784

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to kolla (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/kolla/+/860800
Committed: https://opendev.org/openstack/kolla/commit/75a21a45d326c9f196b93113e55889fceb1fe92b
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 75a21a45d326c9f196b93113e55889fceb1fe92b
Author: Maksim Malchuk <email address hidden>
Date: Sat Oct 8 01:29:02 2022 +0300

    Fix Swift deployment issue

    Swift deployment is broken since CVE-2022-38060 fixed sudoers file in
    the I66476a2b396e2cbe41e68ac51f57aae1806b2ed8. The kolla-toolbox
    container have their own virtualenv path differs from all other
    containers. This change adds the correct sudoers secure_path
    configuration needed only for kolla-toolbox conainer.

    Related-Bug: #1985784
    Change-Id: I3651576ee354364d639c187ff750491667ecab56
    Signed-off-by: Maksim Malchuk <email address hidden>
    (cherry picked from commit b8a352647d57d35463e551a0d360c19fb2ad34c6)