Comment 4 for bug 1666424

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

Reviewed: https://review.openstack.org/428774
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=31fa23d84c9054fb4cfebccef953bf6839698a1d
Submitter: Jenkins
Branch: master

commit 31fa23d84c9054fb4cfebccef953bf6839698a1d
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.

    Partial-Bug: #1666424
    Change-Id: Ie29acfbe323b60205ade9d660f7497f5bf4a35ca