6d53058c39
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
36 lines
897 B
YAML
36 lines
897 B
YAML
- job:
|
|
name: rally-task-neutron
|
|
parent: rally-task-at-devstack
|
|
vars:
|
|
rally_task: rally-jobs/neutron.yaml
|
|
devstack_localrc:
|
|
Q_ML2_TENANT_NETWORK_TYPE: vxlan
|
|
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
|
|
Q_AGENT: openvswitch
|
|
devstack_services:
|
|
neutron-trunk: true
|
|
# Cinder services
|
|
c-api: true
|
|
c-bak: true
|
|
c-sch: true
|
|
c-vol: true
|
|
cinder: true
|
|
# Swift services
|
|
s-account: false
|
|
s-container: false
|
|
s-object: false
|
|
s-proxy: false
|
|
# OVN services
|
|
ovn-controller: false
|
|
ovn-northd: false
|
|
ovs-vswitchd: false
|
|
ovsdb-server: false
|
|
q-ovn-metadata-agent: false
|
|
# Neutron services
|
|
q-agt: true
|
|
q-dhcp: true
|
|
q-l3: true
|
|
q-meta: true
|
|
q-metering: true
|
|
q-svc: true
|