yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #65121
[Bug 1694220] Re: Neutron agents fail to start on Windows
Reviewed: https://review.openstack.org/468833
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=572deac00be43b87546d9dd6d3d9886b0963ae1e
Submitter: Jenkins
Branch: master
commit 572deac00be43b87546d9dd6d3d9886b0963ae1e
Author: Claudiu Belu <cbelu@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon May 29 02:44:03 2017 -0700
Fixes import_modules_recursively for Windows
The neutron agents fail to start on Windows, due to the fact that
neutron.common.utils.import_modules_recursively expects the paths
to be forwardslash separated, while on Windows they are backslash
separated.
Change-Id: I5e15273c2f70b70fad0cf1216ef0b33c6a99d702
Closes-Bug: #1694220
** 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/1694220
Title:
Neutron agents fail to start on Windows
Status in neutron:
Fix Released
Bug description:
The Neutron agents fail to start on Windows, due to an import issue:
[1]
The issue is caused by
neutron.common.utils.import_modules_recursively, which expects the
paths to be forwardslash separated, while on Windows they are
backslash separated. [2]
[1] http://64.119.130.115/nova/441183/10/Hyper-V_logs/c2-r22-u02-n02-compute01/process_error.txt.gz
[2] https://github.com/openstack/neutron/blob/master/neutron/common/utils.py#L763
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1694220/+subscriptions
References