Skip to content

Commit d555005

Browse files
committed
Revert virtualenv workaround
It should no longer be necessary. Ussuri only. Change-Id: I7f85f17e7b9a8a6d7bc656abbc39ba3dd2deda3a
1 parent 213452b commit d555005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/kolla-toolbox/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
5959

6060
RUN mkdir -p /requirements \
6161
&& 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) }} \
62+
&& {{ macros.install_pip(kolla_toolbox_pip_virtualenv_packages | customizable("pip_virtualenv_packages")) }} \
6363
&& virtualenv --system-site-packages {{ virtualenv_path }}
6464

6565
ENV PATH {{ virtualenv_path }}/bin:$PATH

0 commit comments

Comments
 (0)