neutron/neutron/tests/unit/agent/windows
Adelina Tuvenie 2b823de315 Ovs agent can't start on Windows because of validate_local_ip
Change I4b4527c28d0738890e33b343c9e17941e780bc24 introduced a
validate_local_ip sanity check for the local_ip to see that it
belongs to the host.

This method uses linux specific implementation that fails on windows.

This patch fixes this bug by adding a implementation for
validate_local_ip that works on windows as well, using netifaces.

Change-Id: Ia8299512687d9d7135fe013fbb38f2b28d54125d
Closes-Bug: #1497940
(cherry picked from commit 371e8aa076)
2016-03-21 13:22:08 +00:00
..
__init__.py Ovs agent can't start on Windows because of validate_local_ip 2016-03-21 13:22:08 +00:00
test_ip_lib.py Ovs agent can't start on Windows because of validate_local_ip 2016-03-21 13:22:08 +00:00