Comment 5 for bug 1305210

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to sahara (milestone-proposed)

Reviewed: https://review.openstack.org/86980
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=ae7df7ce6d80eb24b2904bcd4f0bddf14e042c18
Submitter: Jenkins
Branch: milestone-proposed

commit ae7df7ce6d80eb24b2904bcd4f0bddf14e042c18
Author: Dmitry Mescheryakov <email address hidden>
Date: Fri Apr 11 02:59:08 2014 +0400

    Fix storing binaries in Swift

     * Swift does not work with Keystone API v3, so we need to always provide
       auth_url for API v2 to Swift.
     * We incorrectly parsed swift URL, which resulted in Sahara trying
       to get binaries from containers with '.sahara' suffix, while the
       suffix should be stripped.

    Closes-Bug: #1305210
    Change-Id: I76dee756165e089bc408e584f3aa476c45ed6067
    (cherry picked from commit 9ad556f5984510b843b2b52c127af2fa804d98cf)