Use uv for python packages install

uv should show significant performance improvement, especially without
wheels being pre-built.

Depends-On: https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/966338
Change-Id: If98c55150a2362ed0d377374ecd3ffd8ddfd871e
Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
This commit is contained in:
Dmitriy Rabotyagov
2025-11-07 11:25:13 +01:00
parent 7323d633f0
commit 627b12e04f
2 changed files with 2 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ pip==26.0.1
wheel==0.46.3
setuptools==80.10.2
uWSGI==2.0.31
uv==0.9.7

View File

@@ -229,6 +229,7 @@ magnum_wsgi_processes: 1
magnum_conductor_workers: 1
{% if 'metal' in bootstrap_host_scenarios %}
venv_install_tool: uv
venv_wheel_build_enable: false
{% endif %}