neutron/neutron/agent
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
..
common Ovs agent can't start on Windows because of validate_local_ip 2016-03-21 13:22:08 +00:00
dhcp DHCP: Downgrade 'network has been deleted' logs 2016-03-10 17:04:44 -08:00
l2 Added agent specific API support to L2 extensions 2016-02-26 17:40:10 +00:00
l3 DVR: Agent side change for live migration with floatingip 2016-03-15 00:02:35 +00:00
linux De-dup conntrack deletions before running them 2016-03-16 01:27:46 -07:00
metadata Using LOG.warning replace LOG.warn 2016-03-10 11:02:45 -08:00
ovsdb idlutils: add in missing translations 2016-02-08 06:19:18 -08:00
windows Ovs agent can't start on Windows because of validate_local_ip 2016-03-21 13:22:08 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
dhcp_agent.py Remove deprecated use_namespaces option 2015-11-18 19:17:29 +01:00
firewall.py Open vSwitch conntrack based firewall driver 2016-02-16 16:47:21 +00:00
l3_agent.py Register RA and PD config options in l3-agent 2016-01-12 21:03:54 -05:00
metadata_agent.py Allow metadata proxy running with nobody user/group 2015-04-06 18:31:37 +02:00
rpc.py Using LOG.warning replace LOG.warn 2016-03-10 11:02:45 -08:00
securitygroups_rpc.py Using LOG.warning replace LOG.warn 2016-03-10 11:02:45 -08:00