Comment 1 for bug 1859258

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

Reviewed: https://review.opendev.org/701909
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=af274fa826fc97c15f9fe9b51a966caa8c5cf2eb
Submitter: Zuul
Branch: master

commit af274fa826fc97c15f9fe9b51a966caa8c5cf2eb
Author: zhanghao <email address hidden>
Date: Tue Jan 7 03:18:12 2020 -0500

    Switch to reader context

    Since the mtu is already non-nullable, the writer context
    can be switched to a reader context. In addition, the redundant
    reader context can be removed.

    Change-Id: I482a3892dee8ee94ab70142cf734f71e766178ed
    Closes-Bug: #1859258