Skip to content

Commit 4baa4ce

Browse files
committed
Document using Q_ML2_PLUGIN_PATH_MTU
I tested it, and it works! Change-Id: Ic345ededc37b2e0b7b5dbeb397aa55540d5c3bd8 Related-Bug: #1527675
1 parent ffb96b8 commit 4baa4ce

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

doc/source/guides/neutron.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Physical Network Setup
2323
In most cases where DevStack is being deployed with a single
2424
interface, there is a hardware router that is being used for external
2525
connectivity and DHCP. The developer machine is connected to this
26-
network and is on a shared subnet with other machines.
26+
network and is on a shared subnet with other machines. The
27+
`local.conf` exhibited here assumes that 1500 is a reasonable MTU to
28+
use on that network.
2729

2830
.. nwdiag::
2931

@@ -434,6 +436,16 @@ bridge, to forward traffic sent by guest VMs.
434436
Miscellaneous Tips
435437
==================
436438

439+
Non-Standard MTU on the Physical Network
440+
----------------------------------------
441+
442+
DevStack defaults to assume that the MTU on the physical network
443+
is 1500. A different MTU can be specified by adding the following to
444+
the `localrc` part of `local.conf` on each machine.
445+
446+
::
447+
Q_ML2_PLUGIN_PATH_MTU=1500
448+
437449

438450
Disabling Next Generation Firewall Tools
439451
----------------------------------------

0 commit comments

Comments
 (0)