Browse code

Merge "neutron: enable MTU advertisement" into stable/liberty

Jenkins authored on 2016/01/22 20:18:37
Showing 1 changed files
... ...
@@ -957,6 +957,9 @@ function _configure_neutron_common {
957 957
     fi
958 958
 
959 959
     _neutron_setup_rootwrap
960
+
961
+    # push mtu into instances to avoid packet drops when tunnelling is used
962
+    iniset $NEUTRON_CONF DEFAULT advertise_mtu "True"
960 963
 }
961 964
 
962 965
 function _configure_neutron_debug_command {