← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1670402] Re: Neutron OVS Agent fails to start on Windows because of Linux specific import

 

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

commit 46827e0de9b164cb54973180eb4f9849d97469b4
Author: Alin Balutoiu <abalutoiu@xxxxxxxxxxxxxxxxxxxxxx>
Date:   Mon Mar 6 17:42:56 2017 +0200

    Fixes crash when starting Neutron OVS Agent on Windows
    
    The neutron OVS Agent does not start on Windows because
    of Linux specific import.
    
    The fix consists in moving the method get_ip_version in
    the common module of ip_lib being the only one used from
    the module. We will import the common module
    agent/common/ip_lib after that.
    
    Change-Id: I95e9a6fa99e0992499f46a4f0debccd47b8a936c
    Closes-Bug: #1670402


** 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/1670402

Title:
  Neutron OVS Agent fails to start on Windows because of Linux specific
  import

Status in neutron:
  Fix Released

Bug description:
  The neutron OVS agent does not start on Windows because of the ip_lib
  import in openvswitch_firewall/rules.py

  Trace: http://paste.openstack.org/show/601596/

  This happens because Windows uses the same firewall driver as Linux
  does, but fails to start when trying to import ip_lib. (which is Linux
  specific)

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1670402/+subscriptions


References