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

This commit is contained in:
Jenkins
2016-01-22 11:18:37 +00:00
committed by Gerrit Code Review

View File

@@ -957,6 +957,9 @@ function _configure_neutron_common {
fi
_neutron_setup_rootwrap
# push mtu into instances to avoid packet drops when tunnelling is used
iniset $NEUTRON_CONF DEFAULT advertise_mtu "True"
}
function _configure_neutron_debug_command {