We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213452b commit d555005Copy full SHA for d555005
docker/kolla-toolbox/Dockerfile.j2
@@ -59,7 +59,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
59
60
RUN mkdir -p /requirements \
61
&& curl -sSL -o /requirements/upper-constraints.txt https://releases.openstack.org/constraints/upper/{{ openstack_release }} \
62
- && {{ macros.install_pip(kolla_toolbox_pip_virtualenv_packages | customizable("pip_virtualenv_packages"), constraints=false) }} \
+ && {{ macros.install_pip(kolla_toolbox_pip_virtualenv_packages | customizable("pip_virtualenv_packages")) }} \
63
&& virtualenv --system-site-packages {{ virtualenv_path }}
64
65
ENV PATH {{ virtualenv_path }}/bin:$PATH
0 commit comments