Merge "Stop configuring neutron to enforce DHCP MTU option"

This commit is contained in:
Jenkins 2016-05-13 04:11:11 +00:00 committed by Gerrit Code Review
commit 1e6232ca2c
2 changed files with 8 additions and 1 deletions

View File

@ -344,7 +344,6 @@ neutron_l3_ha_net_cidr: 169.254.192.0/18
# DHCP AGENT CONFIG
neutron_dhcp_config:
dhcp-option-force: "26,1450"
log-facility: "/var/log/neutron/neutron-dnsmasq.log"
# Types of networks supported by the ml2 plugin

View File

@ -0,0 +1,8 @@
---
upgrade:
- As described in the `Mitaka release notes
<http://docs.openstack.org/releasenotes/neutron/mitaka.html>`_
Neutron now correctly calculates for and advertises the MTU to
instances. The default DHCP configuration to advertise an MTU
to instances has therefore been removed from the variable
``neutron_dhcp_config``.