← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1804180] Re: Neutron ovs cleanup cannot run on Windows

 

Reviewed:  https://review.openstack.org/618980
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=01fe73f99c456adb6d7a231e5ef6e5497d926b5f
Submitter: Zuul
Branch:    master

commit 01fe73f99c456adb6d7a231e5ef6e5497d926b5f
Author: Lucian Petrut <lpetrut@xxxxxxxxxxxxxxxxxxxxxx>
Date:   Tue Nov 20 11:51:27 2018 +0200

    Trivial: Fix ovs cleanup script on Windows
    
    The ovs cleanup script fails to run on Windows due to an import
    error. The linux utils module will always get imported, which uses
    platform specific modules.
    
    Since only a constant is used from this module, the import can
    easily be removed, fixing this issue.
    
    Change-Id: I0cf7b629dc5d374d2066346276f73a12e4d03973
    Closes-Bug: #1804180


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

Title:
  Neutron ovs cleanup cannot run on Windows

Status in neutron:
  Fix Released

Bug description:
  The ovs cleanup script fails to run on Windows due to an import error.
  The linux utils module will always get imported, which uses platform
  specific modules.

  Trace: http://paste.openstack.org/raw/735711/

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


References