From 4a85f395b7f55a40555a739f35c76a96934b567b Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Fri, 27 Jun 2025 02:59:55 +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: If948551d40826a276db9a60eeb5279b12e7a3733 --- .zuul.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 9821031..c8170ec 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -33,7 +33,6 @@ tox_envlist: all devstack_localrc: TEMPEST_PLUGINS: /opt/stack/trove-tempest-plugin - USE_PYTHON3: False devstack_plugins: trove: https://opendev.org/openstack/trove devstack_services: @@ -80,7 +79,6 @@ tempest_concurrency: 1 devstack_localrc: TEMPEST_PLUGINS: /opt/stack/trove-tempest-plugin - USE_PYTHON3: true Q_AGENT: openvswitch Q_PLUGIN: ml2 Q_ML2_TENANT_NETWORK_TYPE: vxlan