Comment 4 for bug 1627628

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

Reviewed: https://review.openstack.org/377094
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=20bb7be8289647ec4649a79a85753ec83a99e0c6
Submitter: Jenkins
Branch: stable/newton

commit 20bb7be8289647ec4649a79a85753ec83a99e0c6
Author: Kevin Benton <email address hidden>
Date: Sat Sep 24 23:07:45 2016 -0700

    Refetch subnet/network from DB in ML2 update ops

    This ensures that any extensions run in the ML2 extension framework
    that bump the revision number of the subnet or network result in the
    altered revision number being returned to the API caller and passed
    into the ML2 mech drivers and callback handlers.

    Closes-Bug: #1627628
    Change-Id: Ieb37a3833ee52c671419c6dc981cf91c2366ae94
    (cherry picked from commit cd7d63bde92e47a4b7bd4212b2e6c45f08c03143)