Reviewed: https://review.openstack.org/227077 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=371e8aa0769086d069cc9005f1c454fb348afd46 Submitter: Jenkins Branch: master
commit 371e8aa0769086d069cc9005f1c454fb348afd46 Author: Adelina Tuvenie <[email protected]> Date: Wed Sep 23 17:59:11 2015 -0700 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 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1497940 Title: ovs_neutron_agent doesn't start on Windows because validate_local_ip_method uses linux specific implementation Status in neutron: Fix Released Bug description: 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 [1] that fails on windows. [1] https://review.openstack.org/#/c/154043/13/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1497940/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

