Comment 3 for bug 1356794

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

Reviewed: https://review.openstack.org/114184
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=f668b347ca181229fab4b89fda25f1aadfbfdef1
Submitter: Jenkins
Branch: master

commit f668b347ca181229fab4b89fda25f1aadfbfdef1
Author: Vipin Balachandran <email address hidden>
Date: Thu Aug 14 15:09:40 2014 +0530

    VMware:Unquote folder name for folder exists check

    vCenter server escapes special characters in the folder name using URL
    encoding and returns back the encoded string while querying. This causes
    the check for folder existence to return false. Therefore, folder
    creation is reattempted which eventually fails. This patch fixes the
    problem by decoding the folder name returned by vCenter before
    comparison.

    Change-Id: I40aa6f42ea0d85fbfcb40970c55b20e13ea46522
    Closes-Bug: #1356794