Comment 6 for bug 1740739

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to dragonflow (master)

Reviewed: https://review.openstack.org/540855
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=45b22a21b15831b1cec8193390e87717f8e161b0
Submitter: Zuul
Branch: master

commit 45b22a21b15831b1cec8193390e87717f8e161b0
Author: Omer Anson <email address hidden>
Date: Mon Feb 5 15:52:16 2018 +0200

    Move _get_ips_in_logical_port from sg to LogicalPort (lport.all_ips)

    The method _get_ips_in_logical_port returned a set with all lport's IPs.
    This method is not security-groups specific, and therefore can sit in
    LogicalPort for other apps and libraries to reuse.

    Change-Id: Id10092eab9c7b9558d12d066ffac73edabd6d894
    Related-Bug: #1740739