network: fix section for veth_mtu param
Close bug #270 Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
@@ -114,7 +114,7 @@ class cloud::network(
|
||||
'agent/tunnel_types': value => ['gre'];
|
||||
'agent/l2_population': value => true;
|
||||
'agent/polling_interval': value => '2';
|
||||
'OVS/veth_mtu': value => $veth_mtu;
|
||||
'agent/veth_mtu': value => $veth_mtu;
|
||||
'OVS/local_ip': value => $tunnel_eth;
|
||||
'OVS/enable_tunneling': value => true;
|
||||
'OVS/integration_bridge': value => 'br-int';
|
||||
|
Reference in New Issue
Block a user