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
This commit is contained in:
elajkat 2022-07-08 08:13:04 +02:00 committed by Andrey Kurilin
parent 09d2bb61c5
commit 6d53058c39

View File

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