From 6f3e2fe3d979f665e693dd9f11b8d262e268b73b Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Fri, 27 Jun 2025 02:45:05 +0200 Subject: [PATCH] Zuul: do not use USE_PYTHON3 Devstack has removed the USE_PYTHON3 variable[1][2] and now always uses Python 3. [1] https://review.opendev.org/c/openstack/devstack/+/920658 [2] Commit 5412dbfe7b797149f1f68100de8003b1876398fe Change-Id: Ic9cafe9ab0746138888808b3a136aa9f7c801949 --- .zuul.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2a4a87764..2a8e7ded7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -83,8 +83,6 @@ subnode: devstack_services: q-agt: true - devstack_localrc: - USE_PYTHON3: true devstack_local_conf: post-config: # NOTE(slaweq): We can get rid of this hardcoded absolute path when