Comment 4 for bug 1702279

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

Reviewed: https://review.openstack.org/529609
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=07b9b1a033b73b110baeb1f7f86c9d2fc8487085
Submitter: Zuul
Branch: master

commit 07b9b1a033b73b110baeb1f7f86c9d2fc8487085
Author: Harald Jensas <email address hidden>
Date: Thu Dec 21 11:58:42 2017 +0100

    Re-factor and improve update_networks_matching_iface_port

    * Implement _find_best_match() using subset intersection.
    * Reduce number of expensive external neutron calls to get net_id by
      moving this outside the inner loop.

    Unit test updated, we now do a better job at matching and populate more
    data when updating.

    Partial-Bug: #1696483
    Partial-Bug: #1702279
    Change-Id: I2157d35e1c58f3960d5b6aa86199d93bb5b88401