** Changed in: python-quantumclient
Importance: Undecided => Medium
** Changed in: python-quantumclient
Status: Fix Committed => Fix Released
--
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 Python client library for Cinder:
Fix Committed
Status in Python client library for Glance:
Fix Released
Status in Python client library for Keystone:
Fix Committed
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
--
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