Disable tunneling in quantum-ovs.
Quantum-ovs was continually re-creating interfaces every second or so, because it was configured to use tunneling, and the default version of OVS included with ubuntu does not support tunneling. Change-Id: I1246181c4b9c96ebe2795b337454dc8ddcb35e8f
This commit is contained in:
parent
f501494bce
commit
b196f1bb3d
@ -9,7 +9,7 @@ network_vlan_ranges = ctlplane
|
||||
|
||||
tenant_network_type = gre
|
||||
tunnel_id_ranges = 1:1000
|
||||
enable_tunneling = True
|
||||
enable_tunneling = False
|
||||
integration_bridge = br-int
|
||||
tunnel_bridge = br-tun
|
||||
local_ip = 10.10.10.1
|
||||
|
Loading…
Reference in New Issue
Block a user