gate: don't configure linuxbridge jobs for geneve

The only tunneling the agent supports is vxlan.

Change-Id: Iff45d3f4021699dbe42750ca88c520f3327e01b7
This commit is contained in:
Ihar Hrachyshka 2017-09-21 13:27:25 -07:00
parent bc32d85bfb
commit 16262d6409
1 changed files with 2 additions and 2 deletions

View File

@ -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