Skip to content

Commit bebad04

Browse files
mnasiadkabbezak
authored andcommitted
Use upper constraints for virtualenv in openstack-base
Since Rally has virtualenv in requirements, and is using contraints - it's trying to downgrade virtualenv from inside a virtualenv. Let's try to install proper version of packages in openstack-base. Closes-Bug: #1900419 Change-Id: I2a1e2b6661fd4b62648756416e6147b604dda686 (cherry picked from commit b1709a8)
1 parent ca699a8 commit bebad04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/openstack-base/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ ENV DEBIAN_FRONTEND noninteractive
313313
ADD openstack-base-archive /openstack-base-source
314314
RUN ln -s openstack-base-source/* /requirements \
315315
&& mkdir -p /var/lib/kolla \
316-
&& {{ macros.install_pip(['virtualenv'], constraints = false)}} \
316+
&& {{ macros.install_pip(['virtualenv'])}} \
317317
&& virtualenv --system-site-packages /var/lib/kolla/venv
318318

319319
ENV PATH /var/lib/kolla/venv/bin:$PATH

0 commit comments

Comments
 (0)