Skip to content

Commit f18b914

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "openstack-base: Pin tooz to 5.0.0"
2 parents 2023ad9 + 15c37ab commit f18b914

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/openstack-base/Dockerfile.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ RUN ln -s openstack-base-source/*requirements* /requirements \
198198
in venv (see https://launchpad.net/bugs/1961874).
199199
#}
200200
&& {{ macros.upper_constraints_remove("ovs") }} \
201+
{# NOTE(mnasiadka): Override tooz to 5.0.0 - see
202+
https://review.opendev.org/c/openstack/tooz/+/911648
203+
#}
204+
&& {{ macros.upper_constraints_version_change('tooz', '6.0.0', '5.0.0') }} \
201205
&& mkdir -p /var/lib/kolla \
202206
&& python3 -m venv --system-site-packages /var/lib/kolla/venv
203207

0 commit comments

Comments
 (0)