Comment 2 for bug 1567608

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

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

commit a5b1a6ec07a9bf1cdb20fdfd9f23fae86f15ea85
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