python-heatclient does not work on windows
Bug #1254657 reported by
chenhaiq
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-heatclient |
Fix Released
|
High
|
chenhaiq |
Bug Description
This is reported from:
https:/
Error:
On Windows platform, all heat client cmd failed with HTTPMultipleChoices (HTTP 300) Requested version of Heat API is notavailable.
Root cause:
os.path.normpath is used to clean url. On windows platform, it return url with "\" instead of "/", which is required in heat api in:
/heat/heat/
Changed in python-heatclient: | |
status: | New → In Progress |
Changed in python-heatclient: | |
status: | In Progress → Triaged |
importance: | Undecided → High |
milestone: | none → v0.2.6 |
Changed in python-heatclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/#/c/ 58243/
Review: https:/