We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b019a56 + 05807ee commit 84a606bCopy full SHA for 84a606b
1 file changed
.zuul.yaml
@@ -88,11 +88,28 @@
88
# NOTE(amotoki): Some neutron features are enabled by devstack plugin
89
neutron: https://opendev.org/openstack/neutron
90
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
104
neutron-network-segment-range: true
105
neutron-segments: true
106
q-metering: true
107
q-qos: true
108
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
113
tox_envlist: functional
114
115
- job:
0 commit comments