Comment 3 for bug 1254657

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-heatclient (master)

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