yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03013
[Bug 1052161] Re: setup.py build fails on Windows due to hardcoded paths
** Changed in: python-keystoneclient
Status: Fix Committed => Fix Released
** Changed in: python-keystoneclient
Milestone: None => 0.2.0
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1052161
Title:
setup.py build fails on Windows due to hardcoded paths
Status in Oslo - a Library of Common OpenStack Code:
Fix Released
Status in oslo grizzly series:
Fix Released
Status in Python client library for Cinder:
Fix Committed
Status in Python client library for Glance:
Fix Released
Status in Python client library for Keystone:
Fix Released
Status in Python client library for Nova:
Fix Committed
Status in OpenStack Command Line Client:
Fix Released
Status in Python client library for Quantum:
Fix Released
Status in Python client library for Swift:
Fix Committed
Status in OpenStack Quantum (virtual network service):
Fix Released
Bug description:
python setup.py build fails on Windows due to the following hardcoded
/bib/sh path in setup.py, line 120:
def _run_shell_command(cmd):
output = subprocess.Popen(["/bin/sh", "-c", cmd],
stdout=subprocess.PIPE)
A possible solution consists in replacing "/bin/sh -c" with "cmd /C"
when os.name == 'nt'
To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo/+bug/1052161/+subscriptions