Comment 8 for bug 1955574

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-quickstart/+/823168
Committed: https://opendev.org/openstack/tripleo-quickstart/commit/453eefcf9f8265a1e0689e0c84cc55c687968c85
Submitter: "Zuul (22348)"
Branch: master

commit 453eefcf9f8265a1e0689e0c84cc55c687968c85
Author: Sagi Shnaidman <email address hidden>
Date: Wed Dec 29 19:03:38 2021 +0200

    Install wheel explicitly python3 venv is used

    [1] Switched to python3 native venv in CentOS 9,
    virtualenv created by python3 -m venv don't install
    wheel by default, so we would need to install that
    explicitly.

    Without wheel installer tries to do legacy install
    and with that uninstall/reinstall of a project
    may clean files owned by another project in shared
    directories.

    [1] https://review.opendev.org/c/openstack/tripleo-quickstart/+/813624

    Closes-Bug: #1955574
    Change-Id: Ie26a13a15c05778c572d1837af775566e99398e0