Comment 11 for bug 1666424

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

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

commit b9b598040da1b8d3e860b39d9027c10f8576ee33
Author: Kevin Benton <email address hidden>
Date: Fri Feb 17 13:20:22 2017 -0800

    Move notify_security_groups_member_updated to callback

    This moves the notify_security_groups_member_updated calls
    outside of ML2 into a callback in the security groups RPC
    base.

    This will allow us to ultimately stop overriding the
    create/delete/update port inheritance in ML2.

    This results in a small behavior change internally for bulk
    port creation operations where the notifier will be called
    once for each port rather than once for all ports. We can
    revisit this in the future if it turns out to be problematic
    but right now the bulk port creation API is rarely anyway
    since it's mostly a hidden feature (lack of client support).

    Partial-Bug: #1666424
    Change-Id: I344a82d5a1a8bf1e2b3f6a3ce7725682bb03b007