neutron/neutron/agent/common
Adelina Tuvenie 371e8aa076 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
2016-03-19 12:22:59 -07:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
base_polling.py OVS agent support on Hyper-V 2015-03-25 13:48:33 -07:00
config.py Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
ip_lib.py Ovs agent can't start on Windows because of validate_local_ip 2016-03-19 12:22:59 -07:00
ovs_lib.py Using LOG.warning replace LOG.warn 2016-03-10 11:02:45 -08:00
polling.py Fixes "OVS Agent doesn't start on Windows" 2016-03-15 03:14:05 +00:00
utils.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00