Comment 3 for bug 1620953

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (stable/mitaka)

Reviewed: https://review.openstack.org/384635
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=08ceafa7ae53e9b8b0ccf893768c313ffbc52bc0
Submitter: Jenkins
Branch: stable/mitaka

commit 08ceafa7ae53e9b8b0ccf893768c313ffbc52bc0
Author: Kevin Carter <email address hidden>
Date: Mon Oct 10 12:07:45 2016 -0500

    Update the neutron MTU settings on upgrade

    Update the MTU setting for networks within neutron. When migrating from
    Liberty to Mitaka neutron does not automatically set or migrate networks.
    Neutron has no migration to correctly set the MTU on existing networks
    created in liberty or below. This work-around sets the MTU on these
    networks before the upgrade starts so that instances booted on these
    networks after the upgrade has finished will have their MTUs set
    correctly.

    Closes-Bug: #1620953
    Change-Id: I001f3b940089ccd55a932433c2563c143670a4d1
    Signed-off-by: Kevin Carter <email address hidden>