From 7058b9ae6f79935f11da47f392cafee9a23e80fb Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Fri, 27 Jun 2025 02:53:06 +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: I5e7559346781e2ced34671ae2229a3440b7ea163 --- .zuul.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index a1cbb9c..ce9940f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -13,7 +13,6 @@ timeout: 4200 vars: devstack_localrc: - USE_PYTHON3: True PROMETHEUS_SERVICE_SCRAPE_TARGETS: prometheus,sg-core CEILOMETER_BACKEND: sg-core PROMETHEUS_CUSTOM_SCRAPE_TARGETS: "localhost:3000,localhost:9090"