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
This commit is contained in:
Cyril Roelandt
2025-06-27 02:53:06 +02:00
parent a1413f5150
commit 7058b9ae6f

View File

@@ -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"