Remove agent veth_mtu configuration option
The ``[agent] veth_mtu`` has been deprecated since Wallaby and is not used anywhere. TrivialFix Change-Id: I170cb2348910179b1b264bad2effc6f5015a27fa
This commit is contained in:
parent
5c3f1cd02f
commit
0dcebba676
@ -197,12 +197,6 @@ agent_opts = [
|
|||||||
"(gre, vxlan and/or geneve).")),
|
"(gre, vxlan and/or geneve).")),
|
||||||
cfg.PortOpt('vxlan_udp_port', default=n_const.VXLAN_UDP_PORT,
|
cfg.PortOpt('vxlan_udp_port', default=n_const.VXLAN_UDP_PORT,
|
||||||
help=_("The UDP port to use for VXLAN tunnels.")),
|
help=_("The UDP port to use for VXLAN tunnels.")),
|
||||||
cfg.IntOpt('veth_mtu', default=9000,
|
|
||||||
deprecated_for_removal=True,
|
|
||||||
deprecated_since="Yoga",
|
|
||||||
deprecated_reason="This parameter has had no effect since "
|
|
||||||
"the Wallaby release.",
|
|
||||||
help=_("MTU size of veth interfaces")),
|
|
||||||
cfg.BoolOpt('l2_population', default=False,
|
cfg.BoolOpt('l2_population', default=False,
|
||||||
help=_("Use ML2 l2population mechanism driver to learn "
|
help=_("Use ML2 l2population mechanism driver to learn "
|
||||||
"remote MAC and IPs and improve tunnel scalability.")),
|
"remote MAC and IPs and improve tunnel scalability.")),
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The ``[agent] veth_mtu`` parameter of ML2 OVS mechanism driver
|
||||||
|
configuration has been removed. This parameter has had no effect since
|
||||||
|
the Wallaby release.
|
Loading…
Reference in New Issue
Block a user