Comment 10 for bug 1666424

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

Reviewed: https://review.openstack.org/454832
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1eab4b445a534fa968b240c00333646081f9501c
Submitter: Jenkins
Branch: stable/ocata

commit 1eab4b445a534fa968b240c00333646081f9501c
Author: Kevin Benton <email address hidden>
Date: Fri Feb 3 07:16:33 2017 -0800

    Get rid of delete_subnet method in ML2

    This method has grown to be one of the most hideous methods in
    Neutron. It's well past Icehouse so it's time to address the
    REVISIT and get rid of it entirely. :)

    This patch refactors ML2 and the db_base_plugin_v2 delete_subnet
    method so ML2 can perform its ML2-specific tasks with callbacks
    and db_base_plugin_v2 can handle the rest.

    Backport justification: it solves bug 1672701.

    Partial-Bug: #1666424
    Change-Id: Ie29acfbe323b60205ade9d660f7497f5bf4a35ca
    (cherry picked from commit 31fa23d84c9054fb4cfebccef953bf6839698a1d)