gate: don't configure linuxbridge jobs for geneve
The only tunneling the agent supports is vxlan. Change-Id: Iff45d3f4021699dbe42750ca88c520f3327e01b7
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[[test-config|$TEMPEST_CONFIG]]
|
||||
|
||||
[neutron_plugin_options]
|
||||
available_type_drivers=flat,geneve,vlan,local,vxlan
|
||||
available_type_drivers=flat,vlan,local,vxlan
|
||||
|
||||
[[post-config|/$NEUTRON_CORE_PLUGIN_CONF]]
|
||||
|
||||
[ml2]
|
||||
type_drivers=flat,geneve,vlan,local,vxlan
|
||||
type_drivers=flat,vlan,local,vxlan
|
||||
|
||||
[ml2_type_vxlan]
|
||||
vni_ranges = 1:2000
|
||||
|
||||
Reference in New Issue
Block a user