Merge "Make neutron-tempest-plugin-vpnaas job OVS based"
This commit is contained in:
commit
9736cfd594
@ -896,6 +896,24 @@
|
||||
devstack_localrc:
|
||||
IPSEC_PACKAGE: strongswan
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_vpnaas) | join(',') }}"
|
||||
Q_AGENT: openvswitch
|
||||
Q_ML2_TENANT_NETWORK_TYPE: vxlan
|
||||
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
|
||||
devstack_services:
|
||||
# Disable OVN services
|
||||
br-ex-tcpdump: false
|
||||
br-int-flows: false
|
||||
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-meta: true
|
||||
q-metering: true
|
||||
q-l3: true
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-tap-as-a-service
|
||||
|
Loading…
Reference in New Issue
Block a user