Skip to content

Commit 15c37ab

Browse files
committed
openstack-base: Pin tooz to 5.0.0
tooz 6.0.0 is now in u-c and it broke redis, see [1]. tooz 6.0.1 did not help and 6.0.2 is in the works, see [2]. [1]: https://review.opendev.org/c/openstack/tooz/+/911648 [2]: https://lists.openstack.org/archives/list/[email protected]/thread/HHNJ3XZR3DLSFIWXK2TZ3R7QSMMFFVPU/ Change-Id: If9ecf4a7fe703cfb87d4559790b39a5703ae49c4
1 parent 4b32dd5 commit 15c37ab

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)