Comment 4 for bug 1567608

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

Reviewed: https://review.openstack.org/320079
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=22893d1c396c1925e58c57d492f685d12296ed83
Submitter: Jenkins
Branch: stable/mitaka

commit 22893d1c396c1925e58c57d492f685d12296ed83
Author: Assaf Muller <email address hidden>
Date: Thu Apr 7 16:53:38 2016 -0400

    Fix Windows IPDevice.device_has_ip racefulness

    get_device_by_ip gets all devices on the system,
    then iterates on them and checks if the given IP
    is configured on each device. Ths method does
    not account for devices that are deleted after
    the devices are listed.

    Change-Id: Ibada2b4ed60f02539e00021cdc7b3ddb97f1840c
    Closes-Bug: #1567608
    (cherry picked from commit a5b1a6ec07a9bf1cdb20fdfd9f23fae86f15ea85)