Comment 3 for bug 1566706

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/302089
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=403e5a07f51dee1efd335011cdd6b4454d1e7fde
Submitter: Jenkins
Branch: master

commit 403e5a07f51dee1efd335011cdd6b4454d1e7fde
Author: Ihar Hrachyshka <email address hidden>
Date: Wed Apr 6 10:05:13 2016 +0200

    Fixed help messages for path_mtu and global_physnet_mtus options

    For path_mtu, make it clear it applies to tunnel typed tenant networks.
    Removed information about specific mechanisms used to advertise MTU
    values to instances because a) it duplicates the global_physnet_mtu
    option description; b) it is not complete now that we also advertise MTU
    via RAs. Finally, removed description for calculation details because
    they duplicate global_physnet_mtu description.

    While at it, fixed help text for global_physnet_mtus option not to refer
    to segment_mtu which was renamed into global_physnet_mtu lately.

    Change-Id: Ib0010206f08ec9a76b0e26e84cdb03c80755908d
    Related-Bug: #1566706