Skip to content

Commit 84a606b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Set ML2/OVS backend explicitly in the devstack jobs"
2 parents b019a56 + 05807ee commit 84a606b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,28 @@
8888
# NOTE(amotoki): Some neutron features are enabled by devstack plugin
8989
neutron: https://opendev.org/openstack/neutron
9090
devstack_services:
91+
# Disable OVN services
92+
br-ex-tcpdump: false
93+
br-int-flows: false
94+
ovn-controller: false
95+
ovn-northd: false
96+
ovs-vswitchd: false
97+
ovsdb-server: false
98+
q-ovn-metadata-agent: false
99+
# Neutron services
100+
q-agt: true
101+
q-dhcp: true
102+
q-l3: true
103+
q-meta: true
91104
neutron-network-segment-range: true
92105
neutron-segments: true
93106
q-metering: true
94107
q-qos: true
95108
neutron-tag-ports-during-bulk-creation: true
109+
devstack_localrc:
110+
Q_AGENT: openvswitch
111+
Q_ML2_TENANT_NETWORK_TYPE: vxlan
112+
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
96113
tox_envlist: functional
97114

98115
- job:

0 commit comments

Comments
 (0)