Skip to content

Commit 08af0bc

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix Mistral source images to respect upper-constraints" into stable/victoria
2 parents 4e3b178 + cf305aa commit 08af0bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docker/mistral/mistral-base/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ADD plugins-archive /
4141
] %}
4242

4343
RUN ln -s mistral-base-source/* mistral \
44-
&& {{ macros.install_pip(mistral_base_pip_packages | customizable("pip_packages"), constraints = false) }} \
44+
&& {{ macros.install_pip(mistral_base_pip_packages | customizable("pip_packages")) }} \
4545
&& mkdir -p /etc/mistral \
4646
&& cp -r /mistral/etc/* /etc/mistral/ \
4747
&& chown -R mistral: /etc/mistral \
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes Mistral source images to respect upper-constraints.

0 commit comments

Comments
 (0)