Skip to content

Commit becd608

Browse files
committed
horizon: pin pip to <25.3
Closes-Bug: #2129916 Change-Id: Ib1b40a65cb2667b53c72f00d16bfe280bcf24bfe Signed-off-by: Michal Nasiadka <[email protected]> (cherry picked from commit 9bc8d4d)
1 parent 07103ab commit becd608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/horizon/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
5050
# because we are using different distros with different python version and we need to
5151
# know to which path symlink should point to.
5252
RUN ln -s horizon-source/* horizon \
53+
&& {{ macros.install_pip(['pip==25.2.*']) }} \
5354
&& {{ macros.upper_constraints_remove("horizon") }} \
5455
&& {{ macros.install_pip(horizon_pip_packages | customizable("pip_packages")) }} \
5556
&& mkdir -p /etc/openstack-dashboard \

0 commit comments

Comments
 (0)