Merge "Stop configuring neutron to enforce DHCP MTU option"
This commit is contained in:
commit
1e6232ca2c
@ -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
|
||||
|
@ -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``.
|
Loading…
x
Reference in New Issue
Block a user