From 6d53058c39b1c26aa7bf26abd7c934bf306d37fb Mon Sep 17 00:00:00 2001 From: elajkat Date: Fri, 8 Jul 2022 08:13:04 +0200 Subject: [PATCH] Update rally-task-neutron to have only ovs as mech driver Neutron recently introduced the experimental feature concept and moved linuxbridge driver under it as it lacks maintainers and has more and more issues with its testing. To use experimental feature the experimental cfg group must be filled with linuxbridge = True, but rally-task-neutron don't need linuxbridge driver. The patch that introduce experimental framework check [1]. [1]: https://review.opendev.org/c/openstack/neutron/+/845181 Related-Bug: #1980948 Change-Id: If2016c6b2cf03c064e2903549e0e991995275024 --- .zuul.d/rally-task-neutron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.d/rally-task-neutron.yaml b/.zuul.d/rally-task-neutron.yaml index db4c868b..452c431c 100644 --- a/.zuul.d/rally-task-neutron.yaml +++ b/.zuul.d/rally-task-neutron.yaml @@ -5,7 +5,7 @@ rally_task: rally-jobs/neutron.yaml devstack_localrc: Q_ML2_TENANT_NETWORK_TYPE: vxlan - Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch,linuxbridge + Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch Q_AGENT: openvswitch devstack_services: neutron-trunk: true