Comment 2 for bug 1079323

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

Reviewed: https://review.openstack.org/16211
Committed: http://github.com/openstack/python-glanceclient/commit/6c201e63ea76032cbdd65211382b6266e6a767de
Submitter: Jenkins
Branch: master

commit 6c201e63ea76032cbdd65211382b6266e6a767de
Author: Alessandro Pilotti <email address hidden>
Date: Thu Nov 15 20:25:26 2012 +0200

    Fixes bug on Windows related to a wrong API url

    Fixes Bug #1079323

    python-glanceclient (latest repository code) fails on Windows due to a
    malformed API url. This error is due to the usage of os.path.normpath(),
    which should not be used for URLs as it swaps "/" with "\" on Windows.

    The fix consists in using posixpath.normpath().
    Please see also https://bugs.launchpad.net/nova/+bug/1077125 and related
    commit.

    Change-Id: Iaa643bd579963ad9ffbf10674973cbca75d435ac