network: fix section for veth_mtu param

Close bug #270

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi
2014-02-18 17:59:54 +01:00
parent eca11f7e2f
commit 2b14e79133

View File

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