Merge "horizon: unpin pip and setuptools"

This commit is contained in:
Zuul
2025-10-29 10:41:49 +00:00
committed by Gerrit Code Review

View File

@@ -51,7 +51,6 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
# know to which path symlink should point to.
# NOTE(mnasiadka): pinning setuptools due to https://bugs.launchpad.net/horizon/+bug/2007574
RUN ln -s horizon-source/* horizon \
&& {{ macros.install_pip(['setuptools==67.2.*','pip==25.2.*']) }} \
&& {{ macros.upper_constraints_remove("horizon") }} \
&& {{ macros.install_pip(horizon_pip_packages | customizable("pip_packages")) }} \
&& mkdir -p /etc/openstack-dashboard \