Reviewed: https://review.openstack.org/58243 Committed: http://github.com/openstack/python-heatclient/commit/0707e337d00bf32605ee5ee7f0e1ceb8bcece84d Submitter: Jenkins Branch: master
commit 0707e337d00bf32605ee5ee7f0e1ceb8bcece84d Author: chenhaiq <email address hidden> Date: Mon Nov 25 18:12:06 2013 +0800
use correct url on Windows platform
os.path.normpath is used to clean url. On windows platform, it returns url with "\" instead of "/", which is required in heat api in: /heat/heat/api/middleware/version_negotiation.py, path_info_peek method.
Change-Id: Ic1a5fc5dd789a7996e08a85a9d8908267e203565 Closes-Bug: 1254657
Reviewed: https:/ /review. openstack. org/58243 github. com/openstack/ python- heatclient/ commit/ 0707e337d00bf32 605ee5ee7f0e1ce b8bcece84d
Committed: http://
Submitter: Jenkins
Branch: master
commit 0707e337d00bf32 605ee5ee7f0e1ce b8bcece84d
Author: chenhaiq <email address hidden>
Date: Mon Nov 25 18:12:06 2013 +0800
use correct url on Windows platform
os. path.normpath is used to clean url. On windows platform, it heat/api/ middleware/ version_ negotiation. py,
returns url with "\" instead of "/", which is required in heat api
in:
/heat/
path_info_peek method.
Change-Id: Ic1a5fc5dd789a7 996e08a85a9d890 8267e203565
Closes-Bug: 1254657