Comment 2 for bug 912094

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

Reviewed: https://review.openstack.org/2837
Committed: http://github.com/openstack/glance/commit/d466cec3576b12c61491c75c43ec2d839072890e
Submitter: Jenkins
Branch: master

commit d466cec3576b12c61491c75c43ec2d839072890e
Author: Hengqing Hu <email address hidden>
Date: Thu Jan 5 19:05:15 2012 +0800

    Fixes incorrect URI scheme for s3 backend

    Fixes bug #912094.

    URI scheme for s3 backend should be 's3+https', not 'swift+https'.

    Use s3.amazonaws.com instead of s3service.com to follow RFC2606.

    Indent reason for BadStoreUri exception in s3.py.

    Comments added for the following option in etc/glance-api.conf
        's3_store_host'

    Change-Id: Id456b287d82fe61711f0d738e61ccb599f0b5684