Comment 5 for bug 1720322

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

Reviewed: https://review.opendev.org/749447
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=53de19cc3cfd65b8650287ca49b2933494aa1e57
Submitter: Zuul
Branch: stable/queens

commit 53de19cc3cfd65b8650287ca49b2933494aa1e57
Author: jufeng <email address hidden>
Date: Fri Sep 29 16:38:24 2017 +0800

    Fix unnecessary security_groups_member_updated notification

    notify_sg_on_port_change will cause unnecessary notification to
    neutron-l2-agents when port update, for example like port's name
    updating will also notify.

    notify_sg_on_port_change will only be needed when port's
    Security Group update or port IP change.

    Change-Id: I5439adf2c4b7dcf832241201fd949f6930e65fdf
    Closes-Bug: #1720322
    (cherry picked from commit 530d97141acb63dfe02566bda0a7e78fb058b6b0)